Merge pull request #128690 from humblec/new-sc

csi: update snapshot controller to the v8.1.0
This commit is contained in:
Kubernetes Prow Robot
2024-12-12 02:57:35 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ spec:
serviceAccount: volume-snapshot-controller serviceAccount: volume-snapshot-controller
containers: containers:
- name: volume-snapshot-controller - name: volume-snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v8.0.0 image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
args: args:
- "--v=5" - "--v=5"
- "--metrics-path=/metrics" - "--metrics-path=/metrics"