diff --git a/Makefile b/Makefile index eeac20b..42a9e36 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ IMAGE_TAG_BASE ?= ghcr.io/mariadb-operator/mariadb-operator-helm BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-bundle:$(VERSION) # BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command -BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS) +BUNDLE_GEN_FLAGS ?= -q --overwrite=false --version $(VERSION) $(BUNDLE_METADATA_OPTS) # USE_IMAGE_DIGESTS defines if images are resolved via tags or digests # You can enable this value if you would like to use SHA Based Digests diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 3caa31f..93b3c34 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -10,6 +10,9 @@ LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1 +LABEL com.redhat.openshift.versions=v4.12 +LABEL com.redhat.delivery.operator.bundle=true +LABEL com.redhat.delivery.backport=false # Labels for testing. LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 diff --git a/bundle/manifests/mariadb-operator.clusterserviceversion.yaml b/bundle/manifests/mariadb-operator.clusterserviceversion.yaml index be65b75..4b9e5b1 100644 --- a/bundle/manifests/mariadb-operator.clusterserviceversion.yaml +++ b/bundle/manifests/mariadb-operator.clusterserviceversion.yaml @@ -395,7 +395,7 @@ metadata: capabilities: Deep Insights categories: Database containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.24.0 - createdAt: "2023-12-28T18:13:59Z" + createdAt: "2023-12-28T18:23:06Z" description: Run and operate MariaDB in a cloud native way operators.operatorframework.io/builder: operator-sdk-v1.26.0 operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 8095cec..e59e684 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -9,7 +9,10 @@ annotations: operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1 - + com.redhat.openshift.versions: v4.12 + com.redhat.delivery.operator.bundle: true + com.redhat.delivery.backport: false + # Annotations for testing. operators.operatorframework.io.test.mediatype.v1: scorecard+v1 operators.operatorframework.io.test.config.v1: tests/scorecard/