Merge pull request #453 from andyzhangx/upgrade-snapshot-6.2.2

chore: upgrade csi-snapshot to v6.2.2
This commit is contained in:
Andy Zhang 2023-05-29 14:57:33 +08:00 committed by GitHub
commit 1cf5dece66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent
csiSnapshotter:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v6.2.1
tag: v6.2.2
pullPolicy: IfNotPresent
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
@ -22,7 +22,7 @@ image:
pullPolicy: IfNotPresent
externalSnapshotter:
repository: registry.k8s.io/sig-storage/snapshot-controller
tag: v6.2.1
tag: v6.2.2
pullPolicy: IfNotPresent
serviceAccount:

View File

@ -55,7 +55,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
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:v6.2.1
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
args:
- "--v=2"
- "--leader-election=true"