Skip to content

Commit 71622a2

Browse files
committed
Update snapshotter tags to v6.1.0
1 parent 5d5cf70 commit 71622a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1
87+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
8888
args:
8989
- "--v=5"
9090
- "--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
@@ -33,7 +33,7 @@ spec:
3333
serviceAccountName: snapshot-controller
3434
containers:
3535
- name: snapshot-controller
36-
image: registry.k8s.io/sig-storage/snapshot-controller:v6.0.1
36+
image: registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
3737
args:
3838
- "--v=5"
3939
- "--leader-election=true"

deploy/kubernetes/webhook-example/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: snapshot-webhook
1919
containers:
2020
- name: snapshot-validation
21-
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.0.1 # change the image if you wish to use your own custom validation server image
21+
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.1.0 # change the image if you wish to use your own custom validation server image
2222
imagePullPolicy: IfNotPresent
2323
args: ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/cert.pem', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/key.pem']
2424
ports:

0 commit comments

Comments
 (0)