From 730abb557b92400b805da705b2b36e6be5818845 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Fri, 26 Apr 2024 11:39:27 +0900 Subject: [PATCH] tweak minKubeVersion and Prometheus dependency Signed-off-by: Scott Trent --- VERSION | 2 +- .../susql-operator.clusterserviceversion.yaml | 12 ++++++------ bundle/metadata/dependencies.yaml | 7 ++++--- config/manager/kustomization.yaml | 2 +- .../bases/susql-operator.clusterserviceversion.yaml | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index d169b2f..c5d54ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 +0.0.9 diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index 896a3ed..a20db4c 100644 --- a/bundle/manifests/susql-operator.clusterserviceversion.yaml +++ b/bundle/manifests/susql-operator.clusterserviceversion.yaml @@ -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: {} @@ -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: @@ -310,8 +310,8 @@ spec: - email: mohammed.munir.abdi@ibm.com 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 diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml index 0c6664e..4e9dfa0 100644 --- a/bundle/metadata/dependencies.yaml +++ b/bundle/metadata/dependencies.yaml @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0b24e3f..d9fea34 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -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 diff --git a/config/manifests/bases/susql-operator.clusterserviceversion.yaml b/config/manifests/bases/susql-operator.clusterserviceversion.yaml index ed6fe23..07c8ca6 100644 --- a/config/manifests/bases/susql-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/susql-operator.clusterserviceversion.yaml @@ -107,7 +107,7 @@ spec: - email: mohammed.munir.abdi@ibm.com 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