Merge pull request #234 from xing-yang/update_images_v2.0.0

Update images
This commit is contained in:
Kubernetes Prow Robot
2020-03-06 08:31:24 -08:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.5.0-rc1
image: quay.io/k8scsi/csi-provisioner:v1.5.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@@ -84,8 +84,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc4
image: quay.io/k8scsi/csi-snapshotter:v2.0.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@@ -19,8 +19,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc4
image: quay.io/k8scsi/snapshot-controller:v2.0.1
args:
- "--v=5"
- "--leader-election=false"