Skip to content
Open
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
@@ -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
kind: Managed
4 changes: 2 additions & 2 deletions linux/sample-helm-chart-statefulset-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,4 +27,4 @@ podSecurityContext:
fsGroup: 10001

service:
port: 1433
port: 1433