Skip to content

Commit

Permalink
Merge pull request #270 from sthaha/upgrade-kepler-0.6
Browse files Browse the repository at this point in the history
feat(kepler): upgrade to kepler 0.6 release
  • Loading branch information
rootfs authored Oct 13, 2023
2 parents d094ded + e1f76f1 commit d8cb5e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.5.5
KEPLER_VERSION ?=release-0.6.1

# IMG_BASE defines the docker.io namespace and part of the image name for remote images.
# This variable is used to construct full image tags for bundle and catalog 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 @@ -27,7 +27,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.8.2
createdAt: "2023-10-11T07:41:38Z"
createdAt: "2023-10-12T23:35:33Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -229,7 +229,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_KEPLER
value: quay.io/sustainable_computing_io/kepler:release-0.5.5
value: quay.io/sustainable_computing_io/kepler:release-0.6.1
image: quay.io/sustainable_computing_io/kepler-operator:0.8.2
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down Expand Up @@ -332,7 +332,7 @@ spec:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
relatedImages:
- image: quay.io/sustainable_computing_io/kepler:release-0.5.5
- image: quay.io/sustainable_computing_io/kepler:release-0.6.1
name: kepler
replaces: kepler-operator.v0.8.1
version: 0.8.2
3 changes: 2 additions & 1 deletion pkg/components/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ func NewDaemonSet(detail components.Detail, k *v1alpha1.Kepler) *appsv1.DaemonSe
Command: []string{
"/usr/bin/kepler",
"-address", bindAddress,
"-enable-gpu=$(ENABLE_GPU)",
"-enable-cgroup-id=true",
"-expose-estimated-idle-power=true",
"-enable-gpu=$(ENABLE_GPU)",
"-v=$(KEPLER_LOG_LEVEL)",
"-kernel-source-dir=/usr/share/kepler/kernel_sources",
"-redfish-cred-file-path=/etc/redfish/redfish.csv",
Expand Down

0 comments on commit d8cb5e4

Please sign in to comment.