From f9ad636cecd95f3817ac390af0fc31f4886d6a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Tue, 19 Nov 2024 11:08:45 +0100 Subject: [PATCH] chore: setting default log level --- charts/account-operator/Chart.yaml | 2 +- .../tests/__snapshot__/deployment_test.yaml.snap | 4 ++-- charts/account-operator/values.yaml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/account-operator/Chart.yaml b/charts/account-operator/Chart.yaml index 9041c8f8d..060498d0c 100644 --- a/charts/account-operator/Chart.yaml +++ b/charts/account-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: account-operator description: A Helm chart for Kubernetes type: application -version: 0.4.0 +version: 0.4.1 appVersion: "0.95.0" dependencies: - name: account-operator-crds diff --git a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap index 4d822e1c6..82ff8f431 100644 --- a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap @@ -89,7 +89,7 @@ operator match the snapshot: - args: - operator - --leader-elect - - --log-level= + - --log-level=warn - --health-probe-bind-address=:8081 env: - name: SUBROUTINES_NAMESPACE_ENABLED @@ -246,7 +246,7 @@ operator match the snapshot (with kubeconfigSecret): - args: - operator - --leader-elect - - --log-level= + - --log-level=warn - --health-probe-bind-address=:8081 env: - name: SUBROUTINES_NAMESPACE_ENABLED diff --git a/charts/account-operator/values.yaml b/charts/account-operator/values.yaml index 978dfa0ee..8af6ce495 100644 --- a/charts/account-operator/values.yaml +++ b/charts/account-operator/values.yaml @@ -46,3 +46,4 @@ subroutines: enabled: true kubeconfigSecret: "" +logLevel: warn