Merge pull request #905 from andyzhangx/snapshot-v8.2.1

chore: upgrade snapshot sidecar image to v8.2.1
This commit is contained in:
Andy Zhang 2025-04-25 16:53:08 +03:00 committed by GitHub
commit ead2fce2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ image:
pullPolicy: IfNotPresent
csiSnapshotter:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v8.2.0
tag: v8.2.1
pullPolicy: IfNotPresent
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
@ -27,7 +27,7 @@ image:
pullPolicy: IfNotPresent
externalSnapshotter:
repository: registry.k8s.io/sig-storage/snapshot-controller
tag: v8.2.0
tag: v8.2.1
pullPolicy: IfNotPresent
serviceAccount:

View File

@ -97,7 +97,7 @@ spec:
drop:
- ALL
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"

View File

@ -52,7 +52,7 @@ spec:
effect: "NoSchedule"
containers:
- name: snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.1
args:
- "--v=2"
- "--leader-election=true"