From 30b1c354c9e68580405f4c35a639e85640804538 Mon Sep 17 00:00:00 2001 From: sthaha Date: Mon, 8 Jan 2024 20:14:32 +0000 Subject: [PATCH] ci: update VERSION to 0.10.0 --- VERSION | 2 +- .../kepler-operator.clusterserviceversion.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 2003b639..78bc1abd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.10.0 diff --git a/bundle/manifests/kepler-operator.clusterserviceversion.yaml b/bundle/manifests/kepler-operator.clusterserviceversion.yaml index 4f0a3f97..ad7edab6 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -26,8 +26,8 @@ metadata: ] capabilities: Basic Install categories: Monitoring - containerImage: quay.io/sustainable_computing_io/kepler-operator:0.9.2 - createdAt: "2024-01-08T05:49:24Z" + containerImage: quay.io/sustainable_computing_io/kepler-operator:0.10.0 + createdAt: "2024-01-08T20:14:30Z" description: 'Deploys and Manages Kepler on Kubernetes ' operators.operatorframework.io/builder: operator-sdk-v1.27.0 operators.operatorframework.io/internal-objects: |- @@ -36,7 +36,7 @@ metadata: ] operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/sustainable-computing-io/kepler-operator - name: kepler-operator.v0.9.2 + name: kepler-operator.v0.10.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -258,7 +258,7 @@ spec: env: - name: RELATED_IMAGE_KEPLER value: quay.io/sustainable_computing_io/kepler:release-0.7.2 - image: quay.io/sustainable_computing_io/kepler-operator:0.9.2 + image: quay.io/sustainable_computing_io/kepler-operator:0.10.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -362,5 +362,5 @@ spec: relatedImages: - image: quay.io/sustainable_computing_io/kepler:release-0.7.2 name: kepler - replaces: kepler-operator.v0.9.0 - version: 0.9.2 + replaces: kepler-operator.v0.9.2 + version: 0.10.0