Skip to content

Commit

Permalink
Merge pull request #256 from dobsonj/bug2043130
Browse files Browse the repository at this point in the history
Bug 2043130: Update CSI sidecars to the latest release for 4.10
  • Loading branch information
openshift-merge-robot authored Jan 24, 2022
2 parents 40ce047 + 4deeb7f commit 5765863
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/csidriveroperators/aws-ebs/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -234,6 +235,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/azure-disk/06_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -242,6 +243,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/azure-file/06_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -240,6 +241,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/gcp-pd/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -234,6 +235,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/ibm-vpc-block/06_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -234,6 +235,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/manila/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -211,6 +212,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -225,6 +226,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/ovirt/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -207,6 +208,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/shared-resource/05_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -262,6 +263,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down
8 changes: 8 additions & 0 deletions assets/csidriveroperators/vsphere/06_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ rules:
- watch
- update
- delete
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
Expand All @@ -240,6 +241,13 @@ rules:
- list
- watch
- update
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots/status
verbs:
- patch
- apiGroups:
- storage.k8s.io
resources:
Expand Down

0 comments on commit 5765863

Please sign in to comment.