Skip to content

Commit

Permalink
Specify OpenShift required versions
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Sep 2, 2024
1 parent 8f9f9bc commit 64eb3aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -394,7 +394,7 @@ spec:
- email: [email protected]
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
Expand Down
3 changes: 3 additions & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- email: [email protected]
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
Expand Down

0 comments on commit 64eb3aa

Please sign in to comment.