Skip to content

Commit 2890f4a

Browse files
authored
Merge pull request #234 from xing-yang/update_images_v2.0.0
Update images
2 parents 4b2714a + 5d72243 commit 2890f4a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
serviceAccount: csi-snapshotter
7373
containers:
7474
- name: csi-provisioner
75-
image: quay.io/k8scsi/csi-provisioner:v1.5.0-rc1
75+
image: quay.io/k8scsi/csi-provisioner:v1.5.0
7676
args:
7777
- "--v=5"
7878
- "--csi-address=$(ADDRESS)"
@@ -84,8 +84,7 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
88-
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc4
87+
image: quay.io/k8scsi/csi-snapshotter:v2.0.1
8988
args:
9089
- "--v=5"
9190
- "--csi-address=$(ADDRESS)"

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ spec:
1919
serviceAccount: snapshot-controller
2020
containers:
2121
- name: snapshot-controller
22-
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
23-
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc4
22+
image: quay.io/k8scsi/snapshot-controller:v2.0.1
2423
args:
2524
- "--v=5"
2625
- "--leader-election=false"

0 commit comments

Comments
 (0)