Skip to content

Commit a9874a3

Browse files
authored
[cinder-csi-plugin] Update snapshotter to 2.1.1 in release-1.19 branch (kubernetes#1212)
* [cinder-csi-plugin] Update snapshotter to v2.1.1 in charts * Update Chart.yaml
1 parent 5a1f81f commit a9874a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: latest
2+
appVersion: "v1.19.0"
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 1.2.0
5+
version: 1.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ csi:
1515
snapshotter:
1616
image:
1717
repository: quay.io/k8scsi/csi-snapshotter
18-
tag: v1.2.2
18+
tag: v2.1.1
1919
pullPolicy: IfNotPresent
2020
resizer:
2121
image:

0 commit comments

Comments
 (0)