Merge pull request #818 from andyzhangx/upgrade-snapshot-v8.2.0
feat: upgrade to snapshot v8.2.0
This commit is contained in:
commit
f1e8e04230
Binary file not shown.
@ -40,7 +40,7 @@ rules:
|
||||
verbs: ["patch"]
|
||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||
resources: ["volumesnapshots"]
|
||||
verbs: ["get", "list", "watch", "update", "patch"]
|
||||
verbs: ["get", "list", "watch", "update", "patch", "create"]
|
||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||
resources: ["volumesnapshots/status"]
|
||||
verbs: ["update", "patch"]
|
||||
|
||||
@ -15,7 +15,7 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
csiSnapshotter:
|
||||
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
||||
tag: v8.1.0
|
||||
tag: v8.2.0
|
||||
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.1.0
|
||||
tag: v8.2.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
serviceAccount:
|
||||
|
||||
@ -88,7 +88,7 @@ spec:
|
||||
drop:
|
||||
- ALL
|
||||
- name: csi-snapshotter
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
|
||||
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:v8.1.0
|
||||
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
|
||||
args:
|
||||
- "--v=2"
|
||||
- "--leader-election=true"
|
||||
|
||||
@ -37,7 +37,7 @@ rules:
|
||||
verbs: ["patch"]
|
||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||
resources: ["volumesnapshots"]
|
||||
verbs: ["get", "list", "watch", "update", "patch"]
|
||||
verbs: ["get", "list", "watch", "update", "patch", "create"]
|
||||
- apiGroups: ["snapshot.storage.k8s.io"]
|
||||
resources: ["volumesnapshots/status"]
|
||||
verbs: ["update", "patch"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user