From ac4b4312b8adad750cee6a66cf402d1cdcdc0aa8 Mon Sep 17 00:00:00 2001 From: Sunil Thaha Date: Thu, 16 May 2024 15:10:27 +1000 Subject: [PATCH] feat(kepler): bump kepler to 0.7.10 Signed-off-by: Sunil Thaha --- Makefile | 2 +- tests/e2e/kepler_internal_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e32daa8..078bc1fb 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.8 +KEPLER_VERSION ?=release-0.7.10 # 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/tests/e2e/kepler_internal_test.go b/tests/e2e/kepler_internal_test.go index 706bf939..5dbc344e 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.8" + keplerImage = `quay.io/sustainable_computing_io/kepler:release-0.7.10` ) func TestKeplerInternal_Reconciliation(t *testing.T) {