mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 09:22:55 -04:00
Merge pull request #137936 from humblec/update-csi-sidecar-images
Update CSI sidecar images in test manifests
This commit is contained in:
commit
cd207808f1
5 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue