Skip to content

Commit 680d494

Browse files
committed
feat: upgrade to snapshot v8.2.0
revert
1 parent 7d18e7a commit 680d494

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
11 Bytes
Binary file not shown.

charts/latest/csi-driver-nfs/templates/rbac-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rules:
4040
verbs: ["patch"]
4141
- apiGroups: ["snapshot.storage.k8s.io"]
4242
resources: ["volumesnapshots"]
43-
verbs: ["get", "list", "watch", "update", "patch"]
43+
verbs: ["get", "list", "watch", "update", "patch", "create"]
4444
- apiGroups: ["snapshot.storage.k8s.io"]
4545
resources: ["volumesnapshots/status"]
4646
verbs: ["update", "patch"]

charts/latest/csi-driver-nfs/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
pullPolicy: IfNotPresent
1616
csiSnapshotter:
1717
repository: registry.k8s.io/sig-storage/csi-snapshotter
18-
tag: v8.1.0
18+
tag: v8.2.0
1919
pullPolicy: IfNotPresent
2020
livenessProbe:
2121
repository: registry.k8s.io/sig-storage/livenessprobe
@@ -27,7 +27,7 @@ image:
2727
pullPolicy: IfNotPresent
2828
externalSnapshotter:
2929
repository: registry.k8s.io/sig-storage/snapshot-controller
30-
tag: v8.1.0
30+
tag: v8.2.0
3131
pullPolicy: IfNotPresent
3232

3333
serviceAccount:

deploy/csi-nfs-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
drop:
8989
- ALL
9090
- name: csi-snapshotter
91-
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
91+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
9292
args:
9393
- "--v=2"
9494
- "--csi-address=$(ADDRESS)"

deploy/csi-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
effect: "NoSchedule"
5353
containers:
5454
- name: snapshot-controller
55-
image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
55+
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
5656
args:
5757
- "--v=2"
5858
- "--leader-election=true"

deploy/rbac-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rules:
3737
verbs: ["patch"]
3838
- apiGroups: ["snapshot.storage.k8s.io"]
3939
resources: ["volumesnapshots"]
40-
verbs: ["get", "list", "watch", "update", "patch"]
40+
verbs: ["get", "list", "watch", "update", "patch", "create"]
4141
- apiGroups: ["snapshot.storage.k8s.io"]
4242
resources: ["volumesnapshots/status"]
4343
verbs: ["update", "patch"]

0 commit comments

Comments
 (0)