Skip to content

Commit

Permalink
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
xing-yang committed Nov 9, 2019
1 parent 105b84d commit 7f0ecc9
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 7f0ecc9

Please sign in to comment.