From af311293b3bf823cb5949101ed82abe5768fb6d9 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Tue, 30 Apr 2024 13:04:18 +0900 Subject: [PATCH] bump to version 0.0.11 Signed-off-by: Scott Trent --- VERSION | 2 +- .../susql-operator.clusterserviceversion.yaml | 10 +++++----- config/manager/kustomization.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 7c1886b..2cfabea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.10 +0.0.11 diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index d9910ed..a34189c 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.10 - createdAt: "2024-04-30T01:22:03Z" + containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.11 + createdAt: "2024-04-30T03:56:59Z" 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.10 + name: susql-operator.v0.0.11 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.10 + image: quay.io/sustainable_computing_io/susql_operator:0.0.11 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -314,4 +314,4 @@ spec: provider: name: SusQL Operator Contributors url: https://github.com/sustainable-computing-io/susql-operator - version: 0.0.10 + version: 0.0.11 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9f30876..cd15a40 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.10 + newTag: 0.0.11