Skip to content

Commit f210aba

Browse files
authored
Merge pull request #607 from sthaha/bumpup-kepler-0.11.2
chore(kepler): bump up version to 0.11.2
2 parents f4e54e7 + f80eec9 commit f210aba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ifeq ($(VERSION),)
4242
$(error VERSION cannot be empty)
4343
endif
4444

45-
KEPLER_VERSION ?=v0.11.0
45+
KEPLER_VERSION ?=v0.11.2
4646
KUBE_RBAC_PROXY_VERSION ?=v0.19.0
4747

4848
# IMG_BASE and KEPLER_IMG_BASE are set to distinguish between Operator-specific images and Kepler-Specific images.

bundle/manifests/kepler-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ metadata:
3232
capabilities: Seamless Upgrades
3333
categories: Monitoring
3434
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.21.0
35-
createdAt: "2025-09-15T11:39:08Z"
35+
createdAt: "2025-10-02T11:47:09Z"
3636
description: Deploys and Manages Kepler on Kubernetes
3737
operators.operatorframework.io/builder: operator-sdk-v1.39.1
3838
operators.operatorframework.io/internal-objects: |-
@@ -233,7 +233,7 @@ spec:
233233
- /manager
234234
env:
235235
- name: RELATED_IMAGE_KEPLER
236-
value: quay.io/sustainable_computing_io/kepler:v0.11.0
236+
value: quay.io/sustainable_computing_io/kepler:v0.11.2
237237
- name: RELATED_IMAGE_KUBE_RBAC_PROXY
238238
value: quay.io/brancz/kube-rbac-proxy:v0.19.0
239239
image: quay.io/sustainable_computing_io/kepler-operator:0.21.0
@@ -343,7 +343,7 @@ spec:
343343
name: Kepler Operator Contributors
344344
url: https://sustainable-computing.io/
345345
relatedImages:
346-
- image: quay.io/sustainable_computing_io/kepler:v0.11.0
346+
- image: quay.io/sustainable_computing_io/kepler:v0.11.2
347347
name: kepler
348348
- image: quay.io/brancz/kube-rbac-proxy:v0.19.0
349349
name: kube-rbac-proxy

tests/e2e/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
keplerImage = `quay.io/sustainable_computing_io/kepler:v0.11.0`
16+
keplerImage = `quay.io/sustainable_computing_io/kepler:v0.11.2`
1717
kubeRbacProxyImage = `quay.io/brancz/kube-rbac-proxy:v0.19.0`
1818
)
1919

0 commit comments

Comments
 (0)