Skip to content

Commit

Permalink
Merge pull request kubernetes#16283 from zetaab/updateversions
Browse files Browse the repository at this point in the history
OpenStack: update CSI images
  • Loading branch information
k8s-ci-robot authored Jan 27, 2024
2 parents 825e9cc + 1d9d06d commit a10595f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:
serviceAccount: csi-cinder-controller-sa
containers:
- name: csi-attacher
image: registry.k8s.io/sig-storage/csi-attacher:v4.2.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -263,7 +263,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.1
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -282,7 +282,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
{{ if HasSnapshotController }}
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -297,7 +297,7 @@ spec:
name: socket-dir
{{ end }}
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -311,7 +311,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
args:
- "--csi-address=$(ADDRESS)"
env:
Expand Down Expand Up @@ -434,7 +434,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.3
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand All @@ -454,7 +454,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down

0 comments on commit a10595f

Please sign in to comment.