Skip to content

Commit 8765477

Browse files
author
adisky
committed
Update Cinder CSI driver to 0.3.0
1 parent f0e9645 commit 8765477

File tree

5 files changed

+49
-43
lines changed

5 files changed

+49
-43
lines changed

Gopkg.lock

Lines changed: 41 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ ignored = ["k8s.io/cloud-provider-openstack"]
22

33
[[constraint]]
44
name = "github.com/container-storage-interface/spec"
5-
version = "0.2.0"
5+
version = "0.3.0"
6+
7+
[[override]]
8+
name = "github.com/golang/protobuf"
9+
version = "1.1.0"
610

711
[[constraint]]
812
branch = "master"

manifests/cinder-csi-plugin/csi-attacher-cinderplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccount: csi-attacher
3131
containers:
3232
- name: csi-attacher
33-
image: quay.io/k8scsi/csi-attacher:v0.2.0
33+
image: quay.io/k8scsi/csi-attacher:v0.3.0
3434
args:
3535
- "--v=5"
3636
- "--csi-address=$(ADDRESS)"

manifests/cinder-csi-plugin/csi-nodeplugin-cinderplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
hostNetwork: true
1919
containers:
2020
- name: driver-registrar
21-
image: quay.io/k8scsi/driver-registrar:v0.2.0
21+
image: quay.io/k8scsi/driver-registrar:v0.3.0
2222
args:
2323
- "--v=5"
2424
- "--csi-address=$(ADDRESS)"

manifests/cinder-csi-plugin/csi-provisioner-cinderplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccount: csi-provisioner
3131
containers:
3232
- name: csi-provisioner
33-
image: quay.io/k8scsi/csi-provisioner:v0.2.0
33+
image: quay.io/k8scsi/csi-provisioner:v0.3.0
3434
args:
3535
- "--provisioner=csi-cinderplugin"
3636
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)