Skip to content

Commit eba40aa

Browse files
committed
chore(deps): Update sidecar containers to match k8s v1.29.x
1 parent 26ed209 commit eba40aa

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/cloudstack-csi/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ controller:
2222
attacher:
2323
image:
2424
repository: registry.k8s.io/sig-storage/csi-attacher
25-
tag: v4.4.2
25+
tag: v4.6.1
2626
pullPolicy: IfNotPresent
2727
resources: {}
2828
extraArgs: {}
2929
provisioner:
3030
topology: "true"
3131
image:
3232
repository: registry.k8s.io/sig-storage/csi-provisioner
33-
tag: v3.6.2
33+
tag: v5.0.1
3434
pullPolicy: IfNotPresent
3535
resources: {}
3636
extraArgs: {}
3737
resizer:
3838
image:
3939
repository: registry.k8s.io/sig-storage/csi-resizer
40-
tag: v1.9.2
40+
tag: v1.11.1
4141
pullPolicy: IfNotPresent
4242
resources: {}
4343
extraArgs: {}
@@ -98,7 +98,7 @@ node:
9898
nodeDriverRegistrar:
9999
image:
100100
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
101-
tag: v2.9.2
101+
tag: v2.10.1
102102
pullPolicy: IfNotPresent
103103
resources: {}
104104
extraArgs: {}
@@ -221,7 +221,7 @@ livenessProbe:
221221
enable: true
222222
image:
223223
repository: registry.k8s.io/sig-storage/livenessprobe
224-
tag: v2.11.0
224+
tag: v2.12.0
225225
pullPolicy: IfNotPresent
226226
resources: {}
227227
extraArgs: {}

deploy/k8s/controller-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
failureThreshold: 3
6666

6767
- name: external-provisioner
68-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
68+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
6969
imagePullPolicy: IfNotPresent
7070
args:
7171
- "--v=4"
@@ -88,7 +88,7 @@ spec:
8888
mountPath: /var/lib/csi/sockets/pluginproxy/
8989

9090
- name: external-attacher
91-
image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
91+
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
9292
imagePullPolicy: IfNotPresent
9393
args:
9494
- "--v=4"
@@ -108,7 +108,7 @@ spec:
108108
mountPath: /var/lib/csi/sockets/pluginproxy/
109109

110110
- name: external-resizer
111-
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
111+
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
112112
args:
113113
- "--v=5"
114114
- "--csi-address=$(ADDRESS)"
@@ -128,7 +128,7 @@ spec:
128128
mountPath: /var/lib/csi/sockets/pluginproxy/
129129

130130
- name: liveness-probe
131-
image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
131+
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
132132
args:
133133
- "--v=4"
134134
- "--csi-address=$(ADDRESS)"

deploy/k8s/node-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
failureThreshold: 3
7373

7474
- name: liveness-probe
75-
image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
75+
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
7676
args:
7777
- "--v=4"
7878
- "--csi-address=$(ADDRESS)"
@@ -84,7 +84,7 @@ spec:
8484
mountPath: /csi
8585

8686
- name: node-driver-registrar
87-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
87+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
8888
imagePullPolicy: IfNotPresent
8989
args:
9090
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)