diff --git a/Makefile b/Makefile index 68c6abb8..7eaed254 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.2 +KEPLER_VERSION ?=release-0.7.8 # 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 bf23a770..3c5229b6 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -27,7 +27,7 @@ metadata: capabilities: Basic Install categories: Monitoring containerImage: quay.io/sustainable_computing_io/kepler-operator:0.10.0 - createdAt: "2024-03-11T09:21:02Z" + createdAt: "2024-04-02T05:59:34Z" description: 'Deploys and Manages Kepler on Kubernetes ' operators.operatorframework.io/builder: operator-sdk-v1.27.0 operators.operatorframework.io/internal-objects: |- @@ -266,7 +266,7 @@ spec: - /manager env: - name: RELATED_IMAGE_KEPLER - value: quay.io/sustainable_computing_io/kepler:release-0.7.2 + value: quay.io/sustainable_computing_io/kepler:release-0.7.8 image: quay.io/sustainable_computing_io/kepler-operator:0.10.0 imagePullPolicy: IfNotPresent livenessProbe: @@ -376,7 +376,7 @@ spec: name: Kepler Operator Contributors url: https://sustainable-computing.io/ relatedImages: - - image: quay.io/sustainable_computing_io/kepler:release-0.7.2 + - image: quay.io/sustainable_computing_io/kepler:release-0.7.8 name: kepler replaces: kepler-operator.v0.9.2 version: 0.10.0 diff --git a/tests/e2e/kepler_internal_test.go b/tests/e2e/kepler_internal_test.go index f0b33735..706bf939 100644 --- a/tests/e2e/kepler_internal_test.go +++ b/tests/e2e/kepler_internal_test.go @@ -35,7 +35,7 @@ import ( ) const ( - keplerImage = "quay.io/sustainable_computing_io/kepler:release-0.7.2" + keplerImage = "quay.io/sustainable_computing_io/kepler:release-0.7.8" ) func TestKeplerInternal_Reconciliation(t *testing.T) {