Skip to content

Commit

Permalink
feat(kepler): bump kepler to 0.7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha committed May 16, 2024
1 parent 723a6c3 commit ac4b431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/kepler_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ac4b431

Please sign in to comment.