From 07c9bd11a91b2a705a4a35f56a31e188a0e69e25 Mon Sep 17 00:00:00 2001 From: vprashar2929 Date: Thu, 24 Oct 2024 23:19:19 +0530 Subject: [PATCH] feat: bump up Kepler to 0.7.12 This commit bump up the Kepler version to 0.7.12 Signed-off-by: vprashar2929 --- Makefile | 2 +- bundle/manifests/kepler-operator.clusterserviceversion.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 76738863..0e44893b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ GOARCH := $(shell go env GOARCH) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) VERSION ?= $(shell cat VERSION) -KEPLER_VERSION ?=release-0.7.11 +KEPLER_VERSION ?=release-0.7.12 # IMG_BASE and KEPLER_IMG_BASE are set to distinguish between Operator-specific images and Kepler-Specific images. # IMG_BASE is used for building and pushing operator related images. diff --git a/bundle/manifests/kepler-operator.clusterserviceversion.yaml b/bundle/manifests/kepler-operator.clusterserviceversion.yaml index 55377a6a..44394489 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -28,7 +28,7 @@ metadata: capabilities: Seamless Upgrades categories: Monitoring containerImage: quay.io/sustainable_computing_io/kepler-operator:0.14.0 - createdAt: "2024-10-11T07:01:05Z" + createdAt: "2024-10-24T17:48:35Z" description: 'Deploys and Manages Kepler on Kubernetes ' operators.operatorframework.io/builder: operator-sdk-v1.36.1 operators.operatorframework.io/internal-objects: |- @@ -267,7 +267,7 @@ spec: - /manager env: - name: RELATED_IMAGE_KEPLER - value: quay.io/sustainable_computing_io/kepler:release-0.7.11 + value: quay.io/sustainable_computing_io/kepler:release-0.7.12 image: quay.io/sustainable_computing_io/kepler-operator:0.14.0 imagePullPolicy: IfNotPresent livenessProbe: @@ -373,7 +373,7 @@ spec: name: Kepler Operator Contributors url: https://sustainable-computing.io/ relatedImages: - - image: quay.io/sustainable_computing_io/kepler:release-0.7.11 + - image: quay.io/sustainable_computing_io/kepler:release-0.7.12 name: kepler replaces: kepler-operator.v0.13.0 version: 0.14.0