From 6d2bb6359c503bfe90aaad1caa54a66a512a3787 Mon Sep 17 00:00:00 2001 From: bhearn7 Date: Thu, 2 Sep 2021 02:22:19 -0400 Subject: [PATCH] update feeds metrics settings Signed-off-by: bhearn7 --- stable/anchore-engine/Chart.yaml | 2 +- stable/anchore-engine/templates/enterprise_feeds_configmap.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index b6cd9839..3951877e 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: anchore-engine -version: 1.14.2 +version: 1.14.3 appVersion: 0.10.1 description: Anchore container analysis and policy evaluation engine service keywords: diff --git a/stable/anchore-engine/templates/enterprise_feeds_configmap.yaml b/stable/anchore-engine/templates/enterprise_feeds_configmap.yaml index d0373b94..4912ce57 100644 --- a/stable/anchore-engine/templates/enterprise_feeds_configmap.yaml +++ b/stable/anchore-engine/templates/enterprise_feeds_configmap.yaml @@ -30,6 +30,7 @@ data: license_file: /home/anchore/license.yaml metrics: enabled: {{ .Values.anchoreGlobal.enableMetrics }} + auth_disabled: {{ .Values.anchoreGlobal.metricsAuthDisabled }} # Locations for keys used for signing and encryption. Only one of 'secret' or 'public_key_path'/'private_key_path' needs to be set. If all are set then the keys take precedence over the secret value # Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs.