Skip to content

Commit 8d0ffea

Browse files
authored
bump Cinder CSI sidecar versions to latest minor version (#3046)
1 parent 7fe873b commit 8d0ffea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.34.1
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.34.2
5+
version: 2.34.3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ csi:
2525
snapshotter:
2626
image:
2727
repository: registry.k8s.io/sig-storage/csi-snapshotter
28-
tag: v8.3.0
28+
tag: v8.4.0
2929
pullPolicy: IfNotPresent
3030
resources: {}
3131
extraArgs: {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.0
58+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0
5959
args:
6060
- "--csi-address=$(ADDRESS)"
6161
- "--timeout=3m"

0 commit comments

Comments
 (0)