From 3815cf940ff9eb714114e26dacc1aef192331f63 Mon Sep 17 00:00:00 2001 From: Michael Chmielewski Date: Mon, 16 May 2022 12:19:15 -0400 Subject: [PATCH] Fix up low power setting name, and ddefault to false. Also bumped chart version --- Chart.yaml | 2 +- templates/_helpers.tpl | 2 +- values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index c546b21..26aad28 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: threatstack-agent -version: 3.0.0 +version: 3.0.1 appVersion: 3.0.0 description: A Helm chart for the Threat Stack Cloud Security Agent keywords: diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index b320cc2..8c8d217 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -96,7 +96,7 @@ Return low-power config if setting is enabled {{- else -}} {{- if eq .Values.daemonset.enableLowPowerMode false -}} {{- else -}} -{{- default "--low-power=true" -}} +{{- default "--low_power=true" -}} {{- end -}} {{- end -}} {{- end -}} \ No newline at end of file diff --git a/values.yaml b/values.yaml index e7da69c..639adf0 100644 --- a/values.yaml +++ b/values.yaml @@ -176,7 +176,7 @@ daemonset: # # Ref: https://threatstack.zendesk.com/hc/en-us/articles/360016132692-Threat-Stack-Kubernetes-Deployment # - enableLowPowerMode: true + enableLowPowerMode: false additionalRuntimeConfig: "log.level info" # Override the agent's liveness probe logic from the default: