Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SqlServerYaml, AgServiceYaml, FailoverYaml)

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



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:

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

saPassword:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: MSSQL_K8S_NAMESPACE
valueFrom:
fieldRef: {fieldPath: metadata.namespace}
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
name: manual-failover
restartPolicy: Never
serviceAccount: manual-failover
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ spec:
- name: MSSQL_K8S_NAMESPACE
valueFrom:
fieldRef: {fieldPath: metadata.namespace}
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
name: mssql-operator
serviceAccount: mssql-operator
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
restartPolicy: Never
containers:
- name: rotate-creds
image: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
image: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
command: ["/mssql-server-k8s-rotate-creds"]
env:
- name: MSSQL_K8S_SQL_SERVER_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: ag1
spec:
acceptEula: true
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
availabilityGroups: [ag1]
instanceRootVolumeClaimTemplate:
accessModes: [ReadWriteOnce]
Expand All @@ -15,7 +15,7 @@ spec:
storageClass: default
saPassword:
secretKeyRef: {key: sapassword, name: sql-secrets}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
---
apiVersion: v1
kind: Service
Expand All @@ -34,7 +34,7 @@ metadata:
namespace: ag1
spec:
acceptEula: true
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
availabilityGroups: [ag1]
instanceRootVolumeClaimTemplate:
accessModes: [ReadWriteOnce]
Expand All @@ -43,7 +43,7 @@ spec:
storageClass: default
saPassword:
secretKeyRef: {key: sapassword, name: sql-secrets}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
---
apiVersion: v1
kind: Service
Expand All @@ -62,7 +62,7 @@ metadata:
namespace: ag1
spec:
acceptEula: true
agentsContainerImage: mcr.microsoft.com/mssql/ha:vNext-CTP2.0-ubuntu
agentsContainerImage: mcr.microsoft.com/mssql/ha:2019-CTP2.1-ubuntu
availabilityGroups: [ag1]
instanceRootVolumeClaimTemplate:
accessModes: [ReadWriteOnce]
Expand All @@ -71,7 +71,7 @@ spec:
storageClass: default
saPassword:
secretKeyRef: {key: sapassword, name: sql-secrets}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu'}
sqlServerContainer: {image: 'mcr.microsoft.com/mssql/server:2019-CTP2.1-ubuntu'}
---
apiVersion: v1
kind: Service
Expand Down