Merge pull request #192 from xing-yang/update_images_v2.0.0-rc2
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
This commit is contained in:
@@ -85,7 +85,7 @@ spec:
|
|||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
- name: csi-snapshotter
|
- name: csi-snapshotter
|
||||||
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
|
# 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:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
|
@@ -20,7 +20,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: snapshot-controller
|
- name: snapshot-controller
|
||||||
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
|
# 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:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
- "--leader-election=false"
|
- "--leader-election=false"
|
||||||
|
Reference in New Issue
Block a user