Skip to content

Commit 9badff3

Browse files
authored
Update helm chart to latest and bump other images (kubernetes#1174)
1 parent 3b8b54e commit 9badff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/cinder-csi-plugin/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ csi:
55
attacher:
66
image:
77
repository: quay.io/k8scsi/csi-attacher
8-
tag: v2.1.1
8+
tag: v2.2.0
99
pullPolicy: IfNotPresent
1010
provisioner:
1111
image:
1212
repository: quay.io/k8scsi/csi-provisioner
13-
tag: v1.4.0
13+
tag: v1.6.0
1414
pullPolicy: IfNotPresent
1515
snapshotter:
1616
image:
@@ -30,7 +30,7 @@ csi:
3030
plugin:
3131
image:
3232
repository: docker.io/k8scloudprovider/cinder-csi-plugin
33-
tag: v1.18.0
33+
tag: latest
3434
pullPolicy: IfNotPresent
3535

3636
storageClass:
@@ -40,4 +40,4 @@ storageClass:
4040
allowVolumeExpansion: true
4141
retain:
4242
isDefault: false
43-
allowVolumeExpansion: true
43+
allowVolumeExpansion: true

0 commit comments

Comments
 (0)