Skip to content

Commit 715d92d

Browse files
authored
[cinder-csi-plugin][manila-csi-plugin] Bump sidecar image versions (#3008)
* Bump CSI sidecar containers Signed-off-by: Stephen Finucane <[email protected]> * Bump CSI sidecar containers in helm charts Signed-off-by: Stephen Finucane <[email protected]> --------- Signed-off-by: Stephen Finucane <[email protected]>
1 parent 6840634 commit 715d92d

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: v1.33.0
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.33.0
5+
version: 2.33.1
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ csi:
88
attacher:
99
image:
1010
repository: registry.k8s.io/sig-storage/csi-attacher
11-
tag: v4.7.0
11+
tag: v4.10.0
1212
pullPolicy: IfNotPresent
1313
resources: {}
1414
extraArgs: {}
@@ -17,15 +17,15 @@ csi:
1717
topology: "true"
1818
image:
1919
repository: registry.k8s.io/sig-storage/csi-provisioner
20-
tag: v5.1.0
20+
tag: v5.3.0
2121
pullPolicy: IfNotPresent
2222
resources: {}
2323
extraArgs: {}
2424
extraEnv: []
2525
snapshotter:
2626
image:
2727
repository: registry.k8s.io/sig-storage/csi-snapshotter
28-
tag: v8.1.0
28+
tag: v8.3.0
2929
pullPolicy: IfNotPresent
3030
resources: {}
3131
extraArgs: {}
@@ -41,7 +41,7 @@ csi:
4141
resizer:
4242
image:
4343
repository: registry.k8s.io/sig-storage/csi-resizer
44-
tag: v1.12.0
44+
tag: v1.14.0
4545
pullPolicy: IfNotPresent
4646
resources: {}
4747
extraArgs: {}
@@ -55,7 +55,7 @@ csi:
5555
livenessprobe:
5656
image:
5757
repository: registry.k8s.io/sig-storage/livenessprobe
58-
tag: v2.14.0
58+
tag: v2.17.0
5959
pullPolicy: IfNotPresent
6060
failureThreshold: 5
6161
initialDelaySeconds: 10
@@ -67,7 +67,7 @@ csi:
6767
nodeDriverRegistrar:
6868
image:
6969
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
70-
tag: v2.12.0
70+
tag: v2.15.0
7171
pullPolicy: IfNotPresent
7272
resources: {}
7373
extraArgs: {}

charts/manila-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: v1.33.0
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.33.0
5+
version: 2.33.1
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ nodeplugin:
6060
registrar:
6161
image:
6262
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
63-
tag: v2.12.0
63+
tag: v2.15.0
6464
pullPolicy: IfNotPresent
6565
resources: {}
6666
extraEnv: []
@@ -90,7 +90,7 @@ controllerplugin:
9090
provisioner:
9191
image:
9292
repository: registry.k8s.io/sig-storage/csi-provisioner
93-
tag: v5.1.0
93+
tag: v5.3.0
9494
pullPolicy: IfNotPresent
9595
resources: {}
9696
extraEnv: []
@@ -100,15 +100,15 @@ controllerplugin:
100100
snapshotter:
101101
image:
102102
repository: registry.k8s.io/sig-storage/csi-snapshotter
103-
tag: v8.1.0
103+
tag: v8.3.0
104104
pullPolicy: IfNotPresent
105105
resources: {}
106106
extraEnv: []
107107
# CSI external-resizer container spec
108108
resizer:
109109
image:
110110
repository: registry.k8s.io/sig-storage/csi-resizer
111-
tag: v1.12.0
111+
tag: v1.14.0
112112
pullPolicy: IfNotPresent
113113
resources: {}
114114
extraEnv: []

manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: csi-cinder-controller-sa
2626
containers:
2727
- name: csi-attacher
28-
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
28+
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
2929
args:
3030
- "--csi-address=$(ADDRESS)"
3131
- "--timeout=3m"
@@ -39,7 +39,7 @@ spec:
3939
- name: socket-dir
4040
mountPath: /var/lib/csi/sockets/pluginproxy/
4141
- name: csi-provisioner
42-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
4343
args:
4444
- "--csi-address=$(ADDRESS)"
4545
- "--timeout=3m"
@@ -55,7 +55,7 @@ spec:
5555
- name: socket-dir
5656
mountPath: /var/lib/csi/sockets/pluginproxy/
5757
- name: csi-snapshotter
58-
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
5959
args:
6060
- "--csi-address=$(ADDRESS)"
6161
- "--timeout=3m"
@@ -69,7 +69,7 @@ spec:
6969
- mountPath: /var/lib/csi/sockets/pluginproxy/
7070
name: socket-dir
7171
- name: csi-resizer
72-
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
72+
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
7373
args:
7474
- "--csi-address=$(ADDRESS)"
7575
- "--timeout=3m"
@@ -83,7 +83,7 @@ spec:
8383
- name: socket-dir
8484
mountPath: /var/lib/csi/sockets/pluginproxy/
8585
- name: liveness-probe
86-
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
86+
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
8787
args:
8888
- "--csi-address=$(ADDRESS)"
8989
env:

manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
hostNetwork: true
2222
containers:
2323
- name: node-driver-registrar
24-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
24+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
2525
args:
2626
- "--csi-address=$(ADDRESS)"
2727
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
@@ -41,7 +41,7 @@ spec:
4141
- name: registration-dir
4242
mountPath: /registration
4343
- name: liveness-probe
44-
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
44+
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
4545
args:
4646
- --csi-address=/csi/csi.sock
4747
volumeMounts:

manifests/manila-csi-plugin/csi-controllerplugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: openstack-manila-csi-controllerplugin
3737
containers:
3838
- name: provisioner
39-
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0"
39+
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.3.0"
4040
args:
4141
- "--csi-address=$(ADDRESS)"
4242
- "--extra-create-metadata"
@@ -50,7 +50,7 @@ spec:
5050
- name: plugin-dir
5151
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
5252
- name: snapshotter
53-
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0"
53+
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0"
5454
args:
5555
- "--csi-address=$(ADDRESS)"
5656
env:
@@ -61,7 +61,7 @@ spec:
6161
- name: plugin-dir
6262
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
6363
- name: resizer
64-
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
64+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.14.0"
6565
args:
6666
- "--csi-address=$(ADDRESS)"
6767
- "--handle-volume-inuse-error=false"

manifests/manila-csi-plugin/csi-nodeplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
dnsPolicy: ClusterFirstWithHostNet
2222
containers:
2323
- name: registrar
24-
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0"
24+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0"
2525
args:
2626
- "--csi-address=/csi/csi.sock"
2727
- "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"

0 commit comments

Comments
 (0)