Skip to content

Commit b4951cb

Browse files
authored
Fix make bundle repo and ran make bundle (#1903)
* Removed .gitmodules and git sub-modules Removal of the .gitmodules and git-submodules from the repo as they were causing make bundle to fail. Signed-off-by: Michal Pryc <[email protected]> * make bundle and VERSION update - after rebase Updated VERSION in the Makefile to 1.5.1 Ran: make bundle Signed-off-by: Michal Pryc <[email protected]> --------- Signed-off-by: Michal Pryc <[email protected]>
1 parent afb848a commit b4951cb

File tree

6 files changed

+0
-93
lines changed

6 files changed

+0
-93
lines changed

.gitmodules

Lines changed: 0 additions & 12 deletions
This file was deleted.

bundle/manifests/oadp-operator.clusterserviceversion.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -863,13 +863,6 @@ spec:
863863
- patch
864864
- update
865865
- watch
866-
- apiGroups:
867-
- ""
868-
resources:
869-
- persistentvolumerclaims
870-
- persistentvolumes
871-
verbs:
872-
- get
873866
- apiGroups:
874867
- apps
875868
resources:
@@ -1015,19 +1008,6 @@ spec:
10151008
- velero.io
10161009
resources:
10171010
- '*'
1018-
- backuprepositories
1019-
- backups
1020-
- backupstoragelocations
1021-
- datadownloads
1022-
- datauploads
1023-
- deletebackuprequests
1024-
- downloadrequests
1025-
- podvolumebackups
1026-
- podvolumerestores
1027-
- restores
1028-
- schedules
1029-
- serverstatusrequests
1030-
- volumesnapshotlocations
10311011
verbs:
10321012
- create
10331013
- delete
@@ -1036,25 +1016,6 @@ spec:
10361016
- patch
10371017
- update
10381018
- watch
1039-
- apiGroups:
1040-
- velero.io
1041-
resources:
1042-
- backuprepositories/status
1043-
- backups/status
1044-
- backupstoragelocations/status
1045-
- datadownloads/status
1046-
- datauploads/status
1047-
- deletebackuprequests/status
1048-
- downloadrequests/status
1049-
- podvolumebackups/status
1050-
- podvolumerestores/status
1051-
- restores/status
1052-
- schedules/status
1053-
- serverstatusrequests/status
1054-
verbs:
1055-
- get
1056-
- patch
1057-
- update
10581019
- apiGroups:
10591020
- authentication.k8s.io
10601021
resources:

config/rbac/role.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ rules:
3535
- patch
3636
- update
3737
- watch
38-
- apiGroups:
39-
- ""
40-
resources:
41-
- persistentvolumerclaims
42-
- persistentvolumes
43-
verbs:
44-
- get
4538
- apiGroups:
4639
- apps
4740
resources:
@@ -187,19 +180,6 @@ rules:
187180
- velero.io
188181
resources:
189182
- '*'
190-
- backuprepositories
191-
- backups
192-
- backupstoragelocations
193-
- datadownloads
194-
- datauploads
195-
- deletebackuprequests
196-
- downloadrequests
197-
- podvolumebackups
198-
- podvolumerestores
199-
- restores
200-
- schedules
201-
- serverstatusrequests
202-
- volumesnapshotlocations
203183
verbs:
204184
- create
205185
- delete
@@ -208,22 +188,3 @@ rules:
208188
- patch
209189
- update
210190
- watch
211-
- apiGroups:
212-
- velero.io
213-
resources:
214-
- backuprepositories/status
215-
- backups/status
216-
- backupstoragelocations/status
217-
- datadownloads/status
218-
- datauploads/status
219-
- deletebackuprequests/status
220-
- downloadrequests/status
221-
- podvolumebackups/status
222-
- podvolumerestores/status
223-
- restores/status
224-
- schedules/status
225-
- serverstatusrequests/status
226-
verbs:
227-
- get
228-
- patch
229-
- update

must-gather/kopia

Lines changed: 0 additions & 1 deletion
This file was deleted.

must-gather/restic

Lines changed: 0 additions & 1 deletion
This file was deleted.

must-gather/velero

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)