Skip to content

Commit 6f95061

Browse files
authored
bump CSI sidecar versions to latest (#2749)
1 parent 7c95815 commit 6f95061

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

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.31.2
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.31.3
5+
version: 2.31.4
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.4.0
63+
tag: v2.12.0
6464
pullPolicy: IfNotPresent
6565
resources: {}
6666
extraEnv: []
@@ -87,7 +87,7 @@ controllerplugin:
8787
provisioner:
8888
image:
8989
repository: registry.k8s.io/sig-storage/csi-provisioner
90-
tag: v3.0.0
90+
tag: v5.1.0
9191
pullPolicy: IfNotPresent
9292
resources: {}
9393
extraEnv: []
@@ -97,15 +97,15 @@ controllerplugin:
9797
snapshotter:
9898
image:
9999
repository: registry.k8s.io/sig-storage/csi-snapshotter
100-
tag: v5.0.1
100+
tag: v8.1.0
101101
pullPolicy: IfNotPresent
102102
resources: {}
103103
extraEnv: []
104104
# CSI external-resizer container spec
105105
resizer:
106106
image:
107107
repository: registry.k8s.io/sig-storage/csi-resizer
108-
tag: v1.8.0
108+
tag: v1.12.0
109109
pullPolicy: IfNotPresent
110110
resources: {}
111111
extraEnv: []

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

Lines changed: 3 additions & 4 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:v3.0.0"
39+
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.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:v5.0.1"
53+
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.1.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.8.0"
64+
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
6565
args:
6666
- "--csi-address=$(ADDRESS)"
6767
- "--handle-volume-inuse-error=false"
@@ -125,4 +125,3 @@ spec:
125125
hostPath:
126126
path: /var/lib/kubelet/pods
127127
type: Directory
128-

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.4.0"
24+
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.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)