Skip to content

Commit 8ece51f

Browse files
authored
[cinder-csi-plugin] bump CSI sidecar versions to latest (#2744)
* bump CSI sidecar versions to latest * fixup! bump CSI sidecar versions to latest
1 parent ac23a1e commit 8ece51f

File tree

6 files changed

+16
-17
lines changed

6 files changed

+16
-17
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.31.2
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.31.5
5+
version: 2.31.6
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/templates/controllerplugin-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ metadata:
4949
rules:
5050
- apiGroups: [""]
5151
resources: ["persistentvolumes"]
52-
verbs: ["get", "list", "watch", "create", "delete"]
52+
verbs: ["get", "list", "watch", "create", "delete", "patch"]
5353
- apiGroups: [""]
5454
resources: ["persistentvolumeclaims"]
5555
verbs: ["get", "list", "watch", "update"]

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.4.2
11+
tag: v4.7.0
1212
pullPolicy: IfNotPresent
1313
resources: {}
1414
extraArgs: {}
@@ -17,31 +17,31 @@ csi:
1717
topology: "true"
1818
image:
1919
repository: registry.k8s.io/sig-storage/csi-provisioner
20-
tag: v3.6.2
20+
tag: v5.1.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: v6.3.2
28+
tag: v8.1.0
2929
pullPolicy: IfNotPresent
3030
resources: {}
3131
extraArgs: {}
3232
extraEnv: []
3333
resizer:
3434
image:
3535
repository: registry.k8s.io/sig-storage/csi-resizer
36-
tag: v1.9.2
36+
tag: v1.12.0
3737
pullPolicy: IfNotPresent
3838
resources: {}
3939
extraArgs: {}
4040
extraEnv: []
4141
livenessprobe:
4242
image:
4343
repository: registry.k8s.io/sig-storage/livenessprobe
44-
tag: v2.11.0
44+
tag: v2.14.0
4545
pullPolicy: IfNotPresent
4646
failureThreshold: 5
4747
initialDelaySeconds: 10
@@ -53,7 +53,7 @@ csi:
5353
nodeDriverRegistrar:
5454
image:
5555
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
56-
tag: v2.9.2
56+
tag: v2.12.0
5757
pullPolicy: IfNotPresent
5858
resources: {}
5959
extraArgs: {}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ metadata:
5353
rules:
5454
- apiGroups: [""]
5555
resources: ["persistentvolumes"]
56-
verbs: ["get", "list", "watch", "create", "delete"]
56+
verbs: ["get", "list", "watch", "create", "delete", "patch"]
5757
- apiGroups: [""]
5858
resources: ["persistentvolumeclaims"]
5959
verbs: ["get", "list", "watch", "update"]
@@ -181,4 +181,3 @@ roleRef:
181181
kind: ClusterRole
182182
name: csi-resizer-role
183183
apiGroup: rbac.authorization.k8s.io
184-

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.4.2
28+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.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:v3.6.2
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.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:v6.3.2
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.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.9.2
72+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.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.11.0
86+
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.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.9.2
24+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.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.11.0
44+
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
4545
args:
4646
- --csi-address=/csi/csi.sock
4747
volumeMounts:

0 commit comments

Comments
 (0)