Skip to content

Commit 776f03d

Browse files
authored
Merge pull request #1132 from Jainbrt/release-8.0
Cherrypick #1124 Update controller deployment to latest version
2 parents ae3b426 + c58e51a commit 776f03d

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:v7.0.1
87+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
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
@@ -34,7 +34,7 @@ spec:
3434
serviceAccountName: snapshot-controller
3535
containers:
3636
- name: snapshot-controller
37-
image: registry.k8s.io/sig-storage/snapshot-controller:v7.0.1
37+
image: registry.k8s.io/sig-storage/snapshot-controller:v8.0.1
3838
args:
3939
- "--v=5"
4040
- "--leader-election=true"

deploy/kubernetes/webhook-example/webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: snapshot-webhook
2020
containers:
2121
- name: snapshot-validation
22-
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.1 # change the image if you wish to use your own custom validation server image
22+
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.1 # change the image if you wish to use your own custom validation server image
2323
imagePullPolicy: IfNotPresent
2424
args:
2525
- '--tls-cert-file=/etc/snapshot-validation-webhook/certs/tls.crt'

0 commit comments

Comments
 (0)