Skip to content

Commit

Permalink
Merge pull request #97 from sustainable-computing-io/update-description
Browse files Browse the repository at this point in the history
Update operator description and specify version
  • Loading branch information
mamy-CS authored Apr 18, 2024
2 parents e814aa0 + 633eb05 commit 1c92ced
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BUNDLE_IMG ?= $(IMAGE_TAG_BASE)-susql-operator-bundle:v$(VERSION)

# OPERATOR_IMG define the image:tag used for the operator
# You can use it as an arg. (E.g make operator-build OPERATOR_IMG=<some-registry>:<version>)
OPERATOR_IMG ?= $(IMAGE_TAG_BASE):latest
OPERATOR_IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
# ADDITIONAL_TAGS ?=

# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
13 changes: 7 additions & 6 deletions bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/susql_operator:latest
createdAt: "2024-04-05T17:50:51Z"
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.5
createdAt: "2024-04-18T16:36:33Z"
description: 'Aggregates energy data from pods tagged with SusQL labels '
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/sustainable-computing-io/susql-operator
support: https://github.com/sustainable-computing-io/susql-operator/issues
name: susql-operator.v0.0.4
name: susql-operator.v0.0.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -199,13 +200,13 @@ spec:
- name: KEPLER-METRIC-NAME
value: kepler_container_joules_total
- name: SUSQL-PROMETHEUS-DATABASE-URL
# value: http://prometheus-susql.default.svc.cluster.local:9090
# value: http://prometheus-susql.default.svc.cluster.local:9090
value: https://thanos-querier.openshift-monitoring.svc.cluster.local:9091
- name: SUSQL-PROMETHEUS-METRICS-URL
value: http://0.0.0.0:8082
- name: SAMPLING-RATE
value: "2"
image: quay.io/sustainable_computing_io/susql_operator:latest
image: quay.io/sustainable_computing_io/susql_operator:0.0.5
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -301,4 +302,4 @@ spec:
provider:
name: SusQL Operator Contributors
url: https://github.com/sustainable-computing-io/susql-operator
version: 0.0.4
version: 0.0.5
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/sustainable_computing_io/susql_operator
newTag: 0.0.4
newTag: 0.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: <OPERATOR_IMG>
description: 'Aggregates energy data from pods tagged with SusQL labels '
repository: https://github.com/sustainable-computing-io/susql-operator
support: https://github.com/sustainable-computing-io/susql-operator/issues
name: susql-operator.v0.0.0
Expand Down

0 comments on commit 1c92ced

Please sign in to comment.