From 0e8dbdebab3f87d3f16a5c6f7349522fa3638020 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Thu, 30 May 2024 17:39:03 +0900 Subject: [PATCH] add dependency and bump version Signed-off-by: Scott Trent --- VERSION | 2 +- .../susql-operator.clusterserviceversion.yaml | 10 +++++----- bundle/metadata/dependencies.yaml | 6 ++++++ config/manager/kustomization.yaml | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 bundle/metadata/dependencies.yaml diff --git a/VERSION b/VERSION index ceddfb2..e3b86dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.15 +0.0.16 diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index 09c5942..1dc23d9 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.15 - createdAt: "2024-05-21T17:03:15Z" + containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.16 + createdAt: "2024-05-30T08:31:43Z" 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.15 + name: susql-operator.v0.0.16 namespace: placeholder spec: apiservicedefinitions: {} @@ -216,7 +216,7 @@ spec: value: http://0.0.0.0:8082 - name: SAMPLING-RATE value: "2" - image: quay.io/sustainable_computing_io/susql_operator:0.0.15 + image: quay.io/sustainable_computing_io/susql_operator:0.0.16 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -320,4 +320,4 @@ spec: provider: name: SusQL Operator Contributors url: https://github.com/sustainable-computing-io/susql-operator - version: 0.0.15 + version: 0.0.16 diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml new file mode 100644 index 0000000..4e9dfa0 --- /dev/null +++ b/bundle/metadata/dependencies.yaml @@ -0,0 +1,6 @@ +dependencies: + - type: olm.gvk + value: + group: monitoring.coreos.com + kind: ServiceMonitor + version: v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5244e13..5c0ede3 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.15 + newTag: 0.0.16