Skip to content

Commit

Permalink
Merge pull request #192 from xing-yang/update_images_v2.0.0-rc2
Browse files Browse the repository at this point in the history
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
  • Loading branch information
xing-yang authored Nov 9, 2019
2 parents 105b84d + 7f0ecc9 commit 3846ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
mountPath: /csi
- name: csi-snapshotter
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
image: csi-snapshotter:testbeta #quay.io/k8scsi/csi-snapshotter:testbeta
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: snapshot-controller
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
image: snapshot-controller:testbeta #quay.io/k8scsi/snapshot-controller:testbeta
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
args:
- "--v=5"
- "--leader-election=false"
Expand Down

0 comments on commit 3846ea0

Please sign in to comment.