Skip to content

Commit

Permalink
improve build stability
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Aug 28, 2024
1 parent 911e3a0 commit e1eb868
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 66 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.25
0.0.26

This file was deleted.

40 changes: 5 additions & 35 deletions bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.25
createdAt: "2024-08-28T09:06:10Z"
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.26
createdAt: "2024-08-28T12:13:39Z"
description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL
labels '
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
support: https://github.com/sustainable-computing-io/susql-operator/issues
name: susql-operator.v0.0.25
name: susql-operator.v0.0.26
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -284,43 +284,13 @@ spec:
key: CARBON-QUERY-FILTER
name: susql-config
optional: true
- name: CARBON-INTENSITY
valueFrom:
configMapKeyRef:
key: CARBON-INTENSITY
name: susql-config
optional: true
- name: CARBON-INTENSITY-URL
valueFrom:
configMapKeyRef:
key: CARBON-INTENSITY-URL
name: susql-config
optional: true
- name: CARBON-LOCATION
valueFrom:
configMapKeyRef:
key: CARBON-LOCATION
name: susql-config
optional: true
- name: CARBON-QUERY-RATE
valueFrom:
configMapKeyRef:
key: CARBON-QUERY-RATE
name: susql-config
optional: true
- name: CARBON-QUERY-FILTER
valueFrom:
configMapKeyRef:
key: CARBON-QUERY-FILTER
name: susql-config
optional: true
- name: CARBON-QUERY-CONV-2J
valueFrom:
configMapKeyRef:
key: CARBON-QUERY-CONV-2J
name: susql-config
optional: true
image: quay.io/sustainable_computing_io/susql_operator:0.0.25
image: quay.io/sustainable_computing_io/susql_operator:0.0.26
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -423,4 +393,4 @@ spec:
provider:
name: SusQL Operator Contributors
url: https://github.com/sustainable-computing-io/susql-operator
version: 0.0.25
version: 0.0.26
5 changes: 0 additions & 5 deletions bundle/metadata/dependencies.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources:
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
#- ../certmanager
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
- ../prometheus
# - ../prometheus

patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth.
Expand Down
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.25
newTag: 0.0.26

0 comments on commit e1eb868

Please sign in to comment.