Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump up Kepler to 0.7.12 #435

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11
KEPLER_VERSION ?=release-0.7.12

# 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.14.0
createdAt: "2024-10-11T07:01:05Z"
createdAt: "2024-10-24T17:48:35Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.36.1
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.11
value: quay.io/sustainable_computing_io/kepler:release-0.7.12
image: quay.io/sustainable_computing_io/kepler-operator:0.14.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -373,7 +373,7 @@ spec:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
relatedImages:
- image: quay.io/sustainable_computing_io/kepler:release-0.7.11
- image: quay.io/sustainable_computing_io/kepler:release-0.7.12
name: kepler
replaces: kepler-operator.v0.13.0
version: 0.14.0
Expand Down
Loading