mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
test: update CSI sidecar images to latest versions
Update CSI sidecar container images in test manifests: - livenessprobe: v2.15.0 → v2.17.0 - csi-attacher: v4.8.0 → v4.10.0 - csi-provisioner: v5.1.0 → v5.3.0 - csi-resizer: v1.13.1 → v1.14.0 Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
This commit is contained in:
parent
c4ec18b58a
commit
723d1555a7
2 changed files with 10 additions and 10 deletions
|
|
@ -276,7 +276,7 @@ spec:
|
|||
mountPath: /csi
|
||||
|
||||
- name: node-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -304,13 +304,13 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --health-port=9898
|
||||
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -324,7 +324,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -340,7 +340,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
|
||||
args:
|
||||
- -v=5
|
||||
- -csi-address=/csi/csi.sock
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ spec:
|
|||
mountPath: /csi
|
||||
|
||||
- name: node-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -304,13 +304,13 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --health-port=9898
|
||||
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -324,7 +324,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -340,7 +340,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
|
||||
args:
|
||||
- -v=5
|
||||
- -csi-address=/csi/csi.sock
|
||||
|
|
|
|||
Loading…
Reference in a new issue