Skip to content

Commit 238ef8a

Browse files
authored
Merge pull request #325 from xing-yang/update_image
Update csi snapshotter sidecar image to 4.2.1
2 parents e885a8d + 66a7c83 commit 238ef8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
40+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ spec:
368368
name: socket-dir
369369

370370
- name: csi-snapshotter
371-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
371+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
372372
args:
373373
- -v=5
374374
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
40+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ spec:
352352
name: socket-dir
353353

354354
- name: csi-snapshotter
355-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
355+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
356356
args:
357357
- -v=5
358358
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)