Skip to content

Commit 390a2de

Browse files
authored
Merge pull request #586 from xing-yang/update_image_4.2.1
Update images to v4.2.1
2 parents c4a2ac7 + 633cef1 commit 390a2de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
87+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
8888
args:
8989
- "--v=5"
9090
- "--csi-address=$(ADDRESS)"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
serviceAccount: snapshot-controller
3434
containers:
3535
- name: snapshot-controller
36-
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.2.0
36+
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
3737
args:
3838
- "--v=5"
3939
- "--leader-election=true"

deploy/kubernetes/webhook-example/webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: snapshot-validation
20-
image: k8s.gcr.io/sig-storage/snapshot-validation-webhook:v4.2.0 # change the image if you wish to use your own custom validation server image
20+
image: k8s.gcr.io/sig-storage/snapshot-validation-webhook:v4.2.1 # change the image if you wish to use your own custom validation server image
2121
imagePullPolicy: IfNotPresent
2222
args: ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/cert.pem', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/key.pem']
2323
ports:

0 commit comments

Comments
 (0)