Merge pull request #158 from Madhu-1/fix-157

update csi sidecar image to v1.0.1 in RBD
This commit is contained in:
Huamin Chen 2019-02-04 09:02:38 -05:00 committed by GitHub
commit b657200cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ spec:
serviceAccount: rbd-csi-attacher
containers:
- name: csi-rbdplugin-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.0
image: quay.io/k8scsi/csi-attacher:v1.0.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@ -27,7 +27,7 @@ spec:
serviceAccount: rbd-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:canary
image: quay.io/k8scsi/csi-provisioner:v1.0.1
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"