Skip to content

Commit 3815cf9

Browse files
author
Michael Chmielewski
committed
Fix up low power setting name, and ddefault to false.
Also bumped chart version
1 parent 998487c commit 3815cf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: threatstack-agent
3-
version: 3.0.0
3+
version: 3.0.1
44
appVersion: 3.0.0
55
description: A Helm chart for the Threat Stack Cloud Security Agent
66
keywords:

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Return low-power config if setting is enabled
9696
{{- else -}}
9797
{{- if eq .Values.daemonset.enableLowPowerMode false -}}
9898
{{- else -}}
99-
{{- default "--low-power=true" -}}
99+
{{- default "--low_power=true" -}}
100100
{{- end -}}
101101
{{- end -}}
102102
{{- end -}}

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ daemonset:
176176
#
177177
# Ref: https://threatstack.zendesk.com/hc/en-us/articles/360016132692-Threat-Stack-Kubernetes-Deployment
178178
#
179-
enableLowPowerMode: true
179+
enableLowPowerMode: false
180180

181181
additionalRuntimeConfig: "log.level info"
182182
# Override the agent's liveness probe logic from the default:

0 commit comments

Comments
 (0)