From 377195e4e962f76c0d4e49733aed5926b9289da4 Mon Sep 17 00:00:00 2001 From: Michal Pryc Date: Mon, 11 Aug 2025 19:48:04 +0200 Subject: [PATCH] Ran make bundle after rebase Updated VERSION in the Makefile to 1.5.1 Ran: make bundle Signed-off-by: Michal Pryc --- Makefile | 2 +- .../oadp-operator.clusterserviceversion.yaml | 43 +------------------ config/rbac/role.yaml | 39 ----------------- 3 files changed, 3 insertions(+), 81 deletions(-) diff --git a/Makefile b/Makefile index 79157a7e11c..590e528332c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -DEFAULT_VERSION := 1.5.0 +DEFAULT_VERSION := 1.5.1 VERSION ?= $(DEFAULT_VERSION) # CHANNELS define the bundle channels used in the bundle. diff --git a/bundle/manifests/oadp-operator.clusterserviceversion.yaml b/bundle/manifests/oadp-operator.clusterserviceversion.yaml index 80f4cf12112..bb1f4ca5df8 100644 --- a/bundle/manifests/oadp-operator.clusterserviceversion.yaml +++ b/bundle/manifests/oadp-operator.clusterserviceversion.yaml @@ -295,7 +295,7 @@ metadata: operatorframework.io/arch.arm64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported - name: oadp-operator.v1.5.0 + name: oadp-operator.v1.5.1 namespace: openshift-adp spec: apiservicedefinitions: {} @@ -863,13 +863,6 @@ spec: - patch - update - watch - - apiGroups: - - "" - resources: - - persistentvolumerclaims - - persistentvolumes - verbs: - - get - apiGroups: - apps resources: @@ -1015,19 +1008,6 @@ spec: - velero.io resources: - '*' - - backuprepositories - - backups - - backupstoragelocations - - datadownloads - - datauploads - - deletebackuprequests - - downloadrequests - - podvolumebackups - - podvolumerestores - - restores - - schedules - - serverstatusrequests - - volumesnapshotlocations verbs: - create - delete @@ -1036,25 +1016,6 @@ spec: - patch - update - watch - - apiGroups: - - velero.io - resources: - - backuprepositories/status - - backups/status - - backupstoragelocations/status - - datadownloads/status - - datauploads/status - - deletebackuprequests/status - - downloadrequests/status - - podvolumebackups/status - - podvolumerestores/status - - restores/status - - schedules/status - - serverstatusrequests/status - verbs: - - get - - patch - - update - apiGroups: - authentication.k8s.io resources: @@ -1326,4 +1287,4 @@ spec: name: mustgather - image: quay.io/konveyor/oadp-non-admin:oadp-1.5 name: non-admin-controller - version: 1.5.0 + version: 1.5.1 diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 286b9a964ba..fbd9cb5985c 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -35,13 +35,6 @@ rules: - patch - update - watch -- apiGroups: - - "" - resources: - - persistentvolumerclaims - - persistentvolumes - verbs: - - get - apiGroups: - apps resources: @@ -187,19 +180,6 @@ rules: - velero.io resources: - '*' - - backuprepositories - - backups - - backupstoragelocations - - datadownloads - - datauploads - - deletebackuprequests - - downloadrequests - - podvolumebackups - - podvolumerestores - - restores - - schedules - - serverstatusrequests - - volumesnapshotlocations verbs: - create - delete @@ -208,22 +188,3 @@ rules: - patch - update - watch -- apiGroups: - - velero.io - resources: - - backuprepositories/status - - backups/status - - backupstoragelocations/status - - datadownloads/status - - datauploads/status - - deletebackuprequests/status - - downloadrequests/status - - podvolumebackups/status - - podvolumerestores/status - - restores/status - - schedules/status - - serverstatusrequests/status - verbs: - - get - - patch - - update