deploy: update csi sidecars to latest versions

Signed-off-by: Riya Singhal <rsinghal@redhat.com>
This commit is contained in:
Riya Singhal
2024-01-03 00:12:42 +05:30
committed by mergify[bot]
parent b2ae48dc2d
commit 3cc47f37dc
11 changed files with 36 additions and 36 deletions

View File

@ -40,7 +40,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.3
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"
@ -57,7 +57,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.3
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"
@ -74,7 +74,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"

View File

@ -27,7 +27,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.3
args:
- "--v=1"
- "--csi-address=/csi/csi.sock"