Merge pull request #137936 from humblec/update-csi-sidecar-images

Update CSI sidecar images in test manifests
This commit is contained in:
Kubernetes Prow Robot 2026-05-10 08:47:45 +05:30 committed by GitHub
commit cd207808f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -337,7 +337,7 @@ spec:
name: socket-dir
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
args:
- -v=5
- --csi-address=/csi/csi.sock

View file

@ -39,7 +39,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
@ -73,7 +73,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.1
image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
@ -102,7 +102,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View file

@ -356,7 +356,7 @@ spec:
name: socket-dir
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
args:
- -v=5
- --csi-address=/csi/csi.sock
@ -400,7 +400,7 @@ spec:
name: socket-dir
- name: csi-snapshot-metadata
image: registry.k8s.io/sig-storage/csi-snapshot-metadata:v0.2.0
image: registry.k8s.io/sig-storage/csi-snapshot-metadata:v1.0.0
imagePullPolicy: IfNotPresent
args:
- --csi-address=/csi/csi.sock

View file

@ -15,7 +15,7 @@ spec:
serviceAccountName: csi-mock
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
args:
- "--csi-address=$(ADDRESS)"
# Topology support is needed for the pod rescheduling test

View file

@ -15,7 +15,7 @@ spec:
serviceAccountName: csi-mock
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v6.1.1
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
args:
- "--csi-address=$(ADDRESS)"
# Topology support is needed for the pod rescheduling test