Skip to content

Commit 136d191

Browse files
authored
Merge pull request #914 from Jainbrt/release-6.2
Change snapshot controller image version to 6.2.2 in release-6.2 branch
2 parents 0407d0f + 6e75c93 commit 136d191

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.2.1
87+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
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.2.1
36+
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
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.2.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.2.2 # 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/tls.crt', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/tls.key']
2424
ports:

0 commit comments

Comments
 (0)