Skip to content

Commit 7f0ecc9

Browse files
committed
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
1 parent 105b84d commit 7f0ecc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
mountPath: /csi
8686
- name: csi-snapshotter
8787
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
88-
image: csi-snapshotter:testbeta #quay.io/k8scsi/csi-snapshotter:testbeta
88+
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2
8989
args:
9090
- "--v=5"
9191
- "--csi-address=$(ADDRESS)"

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
containers:
2121
- name: snapshot-controller
2222
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
23-
image: snapshot-controller:testbeta #quay.io/k8scsi/snapshot-controller:testbeta
23+
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
2424
args:
2525
- "--v=5"
2626
- "--leader-election=false"

0 commit comments

Comments
 (0)