Browse Source
Merge pull request #1592 from borjasanes/fix/sqlserver-2019-helm
update helm chart to use sqlserver 2019
pull/1601/head
Miguel Veloso
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
deploy/k8s/helm/sql-data/values.yaml
|
@ -1,8 +1,8 @@ |
|
|
replicaCount: 1 |
|
|
replicaCount: 1 |
|
|
|
|
|
|
|
|
image: |
|
|
image: |
|
|
repository: microsoft/mssql-server-linux |
|
|
|
|
|
tag: 2017-CU7 |
|
|
|
|
|
|
|
|
repository: mcr.microsoft.com/mssql/server |
|
|
|
|
|
tag: 2019-latest |
|
|
pullPolicy: IfNotPresent |
|
|
pullPolicy: IfNotPresent |
|
|
|
|
|
|
|
|
service: |
|
|
service: |
|
|