Skip to content

Commit 46d45c4

Browse files
committed
update bundle for version 34
Signed-off-by: Scott Trent <[email protected]>
1 parent 98f92c7 commit 46d45c4

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

bundle/manifests/susql-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ metadata:
2727
]
2828
capabilities: Basic Install
2929
categories: Monitoring
30-
containerImage: quay.io/trent_s/susql-controller:0.0.34
31-
createdAt: "2025-07-09T03:53:07Z"
30+
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.34
31+
createdAt: "2025-07-10T01:20:37Z"
3232
description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL
3333
labels '
3434
features.operators.openshift.io/disconnected: "false"
@@ -38,7 +38,7 @@ metadata:
3838
features.operators.openshift.io/token-auth-aws: "false"
3939
features.operators.openshift.io/token-auth-azure: "false"
4040
features.operators.openshift.io/token-auth-gcp: "false"
41-
operators.operatorframework.io/builder: operator-sdk-v1.40.0
41+
operators.operatorframework.io/builder: operator-sdk-v1.41.0
4242
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4343
repository: https://github.com/sustainable-computing-io/susql-operator
4444
support: https://github.com/sustainable-computing-io/susql-operator/issues
@@ -284,7 +284,7 @@ spec:
284284
key: CARBON-QUERY-CONV-2J
285285
name: susql-config
286286
optional: true
287-
image: quay.io/trent_s/susql-controller:0.0.34
287+
image: quay.io/sustainable_computing_io/susql_operator:0.0.34
288288
imagePullPolicy: Always
289289
livenessProbe:
290290
httpGet:
@@ -390,5 +390,5 @@ spec:
390390
provider:
391391
name: SusQL Operator Contributors
392392
url: https://github.com/sustainable-computing-io/susql-operator
393-
replaces: susql-operator.v0.0.32
393+
replaces: susql-operator.v0.0.33
394394
version: 0.0.34

bundle/manifests/susql.ibm.com_labelgroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: labelgroups.susql.ibm.com
88
spec:

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: susql-operator
77
operators.operatorframework.io.bundle.channels.v1: alpha
8-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.40.0
8+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.41.0
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
1111

config/manager/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: controller
7-
newName: quay.io/trent_s/susql-controller
7+
newName: quay.io/sustainable_computing_io/susql_operator
8+
newTag: 0.0.34

config/manifests/bases/susql-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ spec:
123123
provider:
124124
name: SusQL Operator Contributors
125125
url: https://github.com/sustainable-computing-io/susql-operator
126-
replaces: susql-operator.v0.0.32
126+
replaces: susql-operator.v0.0.33
127127
version: 0.0.0

0 commit comments

Comments
 (0)