Skip to content

Commit

Permalink
tweak minKubeVersion and Prometheus dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Apr 26, 2024
1 parent ee1f890 commit 730abb5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
12 changes: 6 additions & 6 deletions bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.8
createdAt: "2024-04-24T08:22:03Z"
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.9
createdAt: "2024-04-26T02:37:42Z"
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.8
name: susql-operator.v0.0.9
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -217,7 +217,7 @@ spec:
value: http://0.0.0.0:8082
- name: SAMPLING-RATE
value: "2"
image: quay.io/sustainable_computing_io/susql_operator:0.0.8
image: quay.io/sustainable_computing_io/susql_operator:0.0.9
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -310,8 +310,8 @@ spec:
- email: [email protected]
name: Mohammed Abdi
maturity: alpha
minKubeVersion: 1.12.0
minKubeVersion: 1.16.0
provider:
name: SusQL Operator Contributors
url: https://github.com/sustainable-computing-io/susql-operator
version: 0.0.8
version: 0.0.9
7 changes: 4 additions & 3 deletions bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies:
- type: olm.package
- type: olm.gvk
value:
packageName: prometheus
version: ">0.20.0"
group: monitoring.coreos.com
kind: ServiceMonitor
version: v1
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.8
newTag: 0.0.9
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
- email: [email protected]
name: Mohammed Abdi
maturity: alpha
minKubeVersion: 1.12.0
minKubeVersion: 1.16.0
provider:
name: SusQL Operator Contributors
url: https://github.com/sustainable-computing-io/susql-operator
Expand Down

0 comments on commit 730abb5

Please sign in to comment.