diff --git a/linux/sample-helm-chart-statefulset-deployment/templates/sc.yaml b/linux/sample-helm-chart-statefulset-deployment/templates/sc.yaml index 6b75debf..21d42e4a 100644 --- a/linux/sample-helm-chart-statefulset-deployment/templates/sc.yaml +++ b/linux/sample-helm-chart-statefulset-deployment/templates/sc.yaml @@ -1,8 +1,8 @@ kind: StorageClass -apiVersion: storage.k8s.io/v1beta1 +apiVersion: storage.k8s.io/v1 metadata: name: azure-disk provisioner: kubernetes.io/azure-disk parameters: storageaccounttype: Standard_LRS - kind: Managed \ No newline at end of file + kind: Managed diff --git a/linux/sample-helm-chart-statefulset-deployment/values.yaml b/linux/sample-helm-chart-statefulset-deployment/values.yaml index 709ad6cd..ebfc0f97 100644 --- a/linux/sample-helm-chart-statefulset-deployment/values.yaml +++ b/linux/sample-helm-chart-statefulset-deployment/values.yaml @@ -8,7 +8,7 @@ image: repository: mcr.microsoft.com/mssql/server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2019-latest" + tag: "2022-latest" ACCEPT_EULA: value: "y" @@ -27,4 +27,4 @@ podSecurityContext: fsGroup: 10001 service: - port: 1433 \ No newline at end of file + port: 1433