Skip to content

Commit

Permalink
Merge pull request #808 from andyzhangx/revert-1.14.0-chart-change
Browse files Browse the repository at this point in the history
fix: revert v1.14.0 chart change
  • Loading branch information
andyzhangx authored Jul 21, 2024
2 parents 45c46b3 + f7b8643 commit 77cc223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file modified charts/v1.14.0/csi-driver-smb-v1.14.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ spec:
- "--leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--extra-create-metadata=true"
- "--feature-gates=HonorPVReclaimPolicy=false"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
6 changes: 3 additions & 3 deletions charts/v1.14.0/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v5.0.1
tag: v4.0.0
pullPolicy: IfNotPresent
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.13.1
tag: v2.12.0
pullPolicy: IfNotPresent
nodeDriverRegistrar:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.11.1
tag: v2.10.0
pullPolicy: IfNotPresent
csiproxy:
repository: ghcr.io/kubernetes-sigs/sig-windows/csi-proxy
Expand Down

0 comments on commit 77cc223

Please sign in to comment.