From d6736c19dd761a6f66c728f1c1744c084e0704a2 Mon Sep 17 00:00:00 2001 From: vprashar2929 Date: Thu, 15 May 2025 11:47:27 +0000 Subject: [PATCH] test: use latest kepler release This commit makes use of the latest kepler release when running Power Monitor Internal tests Signed-off-by: vprashar2929 --- tests/e2e/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/main_test.go b/tests/e2e/main_test.go index 14663eff..17c900bd 100644 --- a/tests/e2e/main_test.go +++ b/tests/e2e/main_test.go @@ -14,7 +14,7 @@ import ( const ( keplerImage = `quay.io/sustainable_computing_io/kepler:release-0.7.12` - keplerRebootImage = `quay.io/sustainable_computing_io/kepler-reboot:v0.0.4` + keplerRebootImage = `quay.io/sustainable_computing_io/kepler-reboot:v0.0.5` ciTestVMEnvKey = `powermonitor.sustainable.computing.io/test-env-vm` )