Skip to content

Commit

Permalink
Merge pull request #409 from vprashar2929/bump-up-kepler
Browse files Browse the repository at this point in the history
chore: bump up Kepler to 0.7.11
  • Loading branch information
sthaha authored Jul 12, 2024
2 parents 7d7d3a0 + 5f6e191 commit f92aa96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10
KEPLER_VERSION ?=release-0.7.11

# 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
6 changes: 3 additions & 3 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.13.0
createdAt: "2024-05-22T07:06:13Z"
createdAt: "2024-07-11T07:04:57Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/internal-objects: |-
Expand Down Expand Up @@ -267,7 +267,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_KEPLER
value: quay.io/sustainable_computing_io/kepler:release-0.7.10
value: quay.io/sustainable_computing_io/kepler:release-0.7.11
image: quay.io/sustainable_computing_io/kepler-operator:0.13.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -377,7 +377,7 @@ spec:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
relatedImages:
- image: quay.io/sustainable_computing_io/kepler:release-0.7.10
- image: quay.io/sustainable_computing_io/kepler:release-0.7.11
name: kepler
replaces: kepler-operator.v0.12.0
version: 0.13.0
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.10`
keplerImage = `quay.io/sustainable_computing_io/kepler:release-0.7.11`
)

func TestKeplerInternal_Reconciliation(t *testing.T) {
Expand Down

0 comments on commit f92aa96

Please sign in to comment.