Merge pull request #453 from andyzhangx/upgrade-snapshot-6.2.2
chore: upgrade csi-snapshot to v6.2.2
This commit is contained in:
commit
1cf5dece66
Binary file not shown.
@ -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:
|
||||
|
||||
@ -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)"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user