Skip to content

Commit 3304c15

Browse files
authored
Merge pull request #55 from yellowhat/main
kepler(0.5.4): bump to release-0.7.2
2 parents c70bc6a + 9862f45 commit 3304c15

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

chart/kepler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ annotations:
2222
url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424
type: application
25-
version: 0.5.3
26-
appVersion: release-0.6.1
25+
version: 0.5.4
26+
appVersion: release-0.7.2

chart/kepler/values.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ resources: {}
5050
# -- Extra environment variables
5151
extraEnvVars:
5252
KEPLER_LOG_LEVEL: "1"
53+
# METRIC_PATH: "/metrics"
54+
# BIND_ADDRESS: "0.0.0.0:9102"
5355
ENABLE_GPU: "true"
56+
ENABLE_QAT: "false"
5457
ENABLE_EBPF_CGROUPID: "true"
58+
EXPOSE_HW_COUNTER_METRICS: "true"
5559
EXPOSE_IRQ_COUNTER_METRICS: "true"
56-
EXPOSE_KUBELET_METRICS: "true"
57-
ENABLE_PROCESS_METRICS: "true"
60+
EXPOSE_CGROUP_METRICS: "false"
61+
ENABLE_PROCESS_METRICS: "false"
5862
CPU_ARCH_OVERRIDE: ""
59-
CGROUP_METRICS: "*"
63+
CGROUP_METRICS: '*'
6064
# REDFISH_PROBE_INTERVAL_IN_SECONDS: "60"
6165
# REDFISH_SKIP_SSL_VERIFY: "true"
6266

0 commit comments

Comments
 (0)