csi: update snapshot controller to the v8.1.0

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.0/CHANGELOG/CHANGELOG-8.1.md

Volume group snapshot, k8s dependencies updated to 1.31, finalizer
fixes..etc are part of this release

Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
Humble Chirammal 2024-11-08 08:40:34 +05:30
parent 210f129bb0
commit 11594fabe6

View File

@ -22,7 +22,7 @@ spec:
serviceAccount: volume-snapshot-controller
containers:
- 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:
- "--v=5"
- "--metrics-path=/metrics"