Skip to content

Commit

Permalink
Merge pull request #55 from yellowhat/main
Browse files Browse the repository at this point in the history
kepler(0.5.4): bump to release-0.7.2
  • Loading branch information
rootfs authored Jan 22, 2024
2 parents c70bc6a + 9862f45 commit 3304c15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/kepler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ annotations:
url: https://keybase.io/bradmccoydev/pgp_keys.asc
type: application
version: 0.5.3
appVersion: release-0.6.1
version: 0.5.4
appVersion: release-0.7.2
10 changes: 7 additions & 3 deletions chart/kepler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ resources: {}
# -- Extra environment variables
extraEnvVars:
KEPLER_LOG_LEVEL: "1"
# METRIC_PATH: "/metrics"
# BIND_ADDRESS: "0.0.0.0:9102"
ENABLE_GPU: "true"
ENABLE_QAT: "false"
ENABLE_EBPF_CGROUPID: "true"
EXPOSE_HW_COUNTER_METRICS: "true"
EXPOSE_IRQ_COUNTER_METRICS: "true"
EXPOSE_KUBELET_METRICS: "true"
ENABLE_PROCESS_METRICS: "true"
EXPOSE_CGROUP_METRICS: "false"
ENABLE_PROCESS_METRICS: "false"
CPU_ARCH_OVERRIDE: ""
CGROUP_METRICS: "*"
CGROUP_METRICS: '*'
# REDFISH_PROBE_INTERVAL_IN_SECONDS: "60"
# REDFISH_SKIP_SSL_VERIFY: "true"

Expand Down

0 comments on commit 3304c15

Please sign in to comment.