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: