diff --git a/Makefile b/Makefile index 414a49a..a7b3bcd 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-susql-operator-bundle:v$(VERSION) OPERATOR_IMG ?= $(IMAGE_TAG_BASE):$(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/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index d0a8945..be727d4 100644 --- a/bundle/manifests/susql-operator.clusterserviceversion.yaml +++ b/bundle/manifests/susql-operator.clusterserviceversion.yaml @@ -28,7 +28,7 @@ metadata: capabilities: Basic Install categories: Monitoring containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.26 - createdAt: "2024-09-02T05:32:59Z" + createdAt: "2024-09-02T06:52:46Z" description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL labels ' operators.operatorframework.io/builder: operator-sdk-v1.36.1 @@ -394,7 +394,7 @@ spec: - email: mohammed.munir.abdi@ibm.com name: Mohammed Abdi maturity: alpha - minKubeVersion: 1.16.0 + minKubeVersion: 1.20.0 provider: name: SusQL Operator Contributors url: https://github.com/sustainable-computing-io/susql-operator diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 467be23..2fa65b5 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -12,3 +12,6 @@ annotations: # Annotations for testing. operators.operatorframework.io.test.mediatype.v1: scorecard+v1 operators.operatorframework.io.test.config.v1: tests/scorecard/ + + # Annotations for OpenShift version + com.redhat.openshift.versions: "v4.12-v4.16" diff --git a/config/manifests/bases/susql-operator.clusterserviceversion.yaml b/config/manifests/bases/susql-operator.clusterserviceversion.yaml index 17d4b73..e26358b 100644 --- a/config/manifests/bases/susql-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/susql-operator.clusterserviceversion.yaml @@ -110,7 +110,7 @@ spec: - email: mohammed.munir.abdi@ibm.com name: Mohammed Abdi maturity: alpha - minKubeVersion: 1.16.0 + minKubeVersion: 1.20.0 provider: name: SusQL Operator Contributors url: https://github.com/sustainable-computing-io/susql-operator