Skip to content

Commit 20e8042

Browse files
authored
bump Manila CSI sidecar versions to latest minor version (#3047)
1 parent 8d0ffea commit 20e8042

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.34.1
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.34.1
5+
version: 2.34.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ controllerplugin:
100100
snapshotter:
101101
image:
102102
repository: registry.k8s.io/sig-storage/csi-snapshotter
103-
tag: v8.3.0
103+
tag: v8.4.0
104104
pullPolicy: IfNotPresent
105105
resources: {}
106106
extraEnv: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.0"
53+
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0"
5454
args:
5555
- "--csi-address=$(ADDRESS)"
5656
env:

0 commit comments

Comments
 (0)