Skip to content

Commit d97d18b

Browse files
committed
Update image name for CTP 2.1
1 parent a7c47ce commit d97d18b

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

samples/features/high availability/Kubernetes/sample-deployment-script/deploy-ag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SqlServerYaml, AgServiceYaml, FailoverYaml)
1919

2020
DEFAULT_K8S_AGENTS_IMAGE = (
21-
"mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu")
21+
"mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu")
2222

2323

2424

samples/features/high availability/Kubernetes/sample-deployment-script/templates/sqlserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111

1212
sqlServerContainer:
13-
image: mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu
13+
image: mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu
1414

1515
saPassword:
1616
secretKeyRef:

samples/features/high availability/Kubernetes/sample-manifest-files/failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: MSSQL_K8S_NAMESPACE
4141
valueFrom:
4242
fieldRef: {fieldPath: metadata.namespace}
43-
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
43+
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
4444
name: manual-failover
4545
restartPolicy: Never
4646
serviceAccount: manual-failover

samples/features/high availability/Kubernetes/sample-manifest-files/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ spec:
6363
- name: MSSQL_K8S_NAMESPACE
6464
valueFrom:
6565
fieldRef: {fieldPath: metadata.namespace}
66-
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
66+
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
6767
name: mssql-operator
6868
serviceAccount: mssql-operator

samples/features/high availability/Kubernetes/sample-manifest-files/rotate-creds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
restartPolicy: Never
6565
containers:
6666
- name: rotate-creds
67-
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
67+
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
6868
command: ["/mssql-server-k8s-rotate-creds"]
6969
env:
7070
- name: MSSQL_K8S_SQL_SERVER_NAME

samples/features/high availability/Kubernetes/sample-manifest-files/sqlserver.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: ag1
77
spec:
88
acceptEula: true
9-
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
9+
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
1010
availabilityGroups: [ag1]
1111
instanceRootVolumeClaimTemplate:
1212
accessModes: [ReadWriteOnce]
@@ -15,7 +15,7 @@ spec:
1515
storageClass: default
1616
saPassword:
1717
secretKeyRef: {key: sapassword, name: sql-secrets}
18-
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
18+
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
1919
---
2020
apiVersion: v1
2121
kind: Service
@@ -34,7 +34,7 @@ metadata:
3434
namespace: ag1
3535
spec:
3636
acceptEula: true
37-
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
37+
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
3838
availabilityGroups: [ag1]
3939
instanceRootVolumeClaimTemplate:
4040
accessModes: [ReadWriteOnce]
@@ -43,7 +43,7 @@ spec:
4343
storageClass: default
4444
saPassword:
4545
secretKeyRef: {key: sapassword, name: sql-secrets}
46-
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
46+
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
4747
---
4848
apiVersion: v1
4949
kind: Service
@@ -62,7 +62,7 @@ metadata:
6262
namespace: ag1
6363
spec:
6464
acceptEula: true
65-
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
65+
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
6666
availabilityGroups: [ag1]
6767
instanceRootVolumeClaimTemplate:
6868
accessModes: [ReadWriteOnce]
@@ -71,7 +71,7 @@ spec:
7171
storageClass: default
7272
saPassword:
7373
secretKeyRef: {key: sapassword, name: sql-secrets}
74-
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
74+
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
7575
---
7676
apiVersion: v1
7777
kind: Service

0 commit comments

Comments
 (0)