Skip to content

Commit

Permalink
add required Red Hat catalog annotations
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 30, 2024
1 parent b9c078d commit 75a3e98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ volume
temp-prometheus.yaml
.susql-deploy-info.txt
.susql-deploy-info-last.txt
c3-susql-config.yaml
9 changes: 8 additions & 1 deletion bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.32
createdAt: "2024-09-29T09:27:06Z"
createdAt: "2024-09-30T02:37:03Z"
description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL
labels '
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/sustainable-computing-io/susql-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ metadata:
containerImage: <OPERATOR_IMG>
description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL
labels '
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
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
21 changes: 0 additions & 21 deletions doc/c3-susql-config.yaml

This file was deleted.

0 comments on commit 75a3e98

Please sign in to comment.