Skip to content

Commit e202cf7

Browse files
committed
deploy/kubernetes: Update snapshot-controller image
Update `snapshot-controller` to its latest version. Signed-off-by: Benoît Knecht <[email protected]>
1 parent 86451e9 commit e202cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: gcr.io/k8s-staging-sig-storage/snapshot-controller:v5.0.1
36+
image: gcr.io/k8s-staging-sig-storage/snapshot-controller:v6.0.1
3737
args:
3838
- "--v=5"
3939
- "--leader-election=true"

0 commit comments

Comments
 (0)