Skip to content

Commit dac2fb8

Browse files
authored
Merge pull request #388 from acumino/csi-driver-update
Update `csi-driver-cinder` for kubernetes v1.23
2 parents 4db5dce + 5d52102 commit dac2fb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

charts/images.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ images:
6868
sourceRepository: github.com/kubernetes/cloud-provider-openstack
6969
repository: docker.io/k8scloudprovider/cinder-csi-plugin
7070
tag: "v1.22.0"
71-
targetVersion: ">= 1.22"
71+
targetVersion: "1.22.x"
72+
- name: csi-driver-cinder
73+
sourceRepository: github.com/kubernetes/cloud-provider-openstack
74+
repository: docker.io/k8scloudprovider/cinder-csi-plugin
75+
tag: "v1.23.0"
76+
targetVersion: ">= 1.23"
7277

7378
- name: csi-provisioner
7479
sourceRepository: github.com/kubernetes-csi/external-provisioner

0 commit comments

Comments
 (0)