Skip to content

Commit 77cc223

Browse files
authored
Merge pull request #808 from andyzhangx/revert-1.14.0-chart-change
fix: revert v1.14.0 chart change
2 parents 45c46b3 + f7b8643 commit 77cc223

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
-29 Bytes
Binary file not shown.

charts/v1.14.0/csi-driver-smb/templates/csi-smb-controller.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- "--leader-election"
6565
- "--leader-election-namespace={{ .Release.Namespace }}"
6666
- "--extra-create-metadata=true"
67-
- "--feature-gates=HonorPVReclaimPolicy=false"
6867
env:
6968
- name: ADDRESS
7069
value: /csi/csi.sock

charts/v1.14.0/csi-driver-smb/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ image:
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: registry.k8s.io/sig-storage/csi-provisioner
9-
tag: v5.0.1
9+
tag: v4.0.0
1010
pullPolicy: IfNotPresent
1111
livenessProbe:
1212
repository: registry.k8s.io/sig-storage/livenessprobe
13-
tag: v2.13.1
13+
tag: v2.12.0
1414
pullPolicy: IfNotPresent
1515
nodeDriverRegistrar:
1616
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
17-
tag: v2.11.1
17+
tag: v2.10.0
1818
pullPolicy: IfNotPresent
1919
csiproxy:
2020
repository: ghcr.io/kubernetes-sigs/sig-windows/csi-proxy

0 commit comments

Comments
 (0)