Skip to content

Commit

Permalink
update feeds metrics settings
Browse files Browse the repository at this point in the history
Signed-off-by: bhearn7 <[email protected]>
  • Loading branch information
bhearn7 committed Sep 2, 2021
1 parent af7a56f commit 6d2bb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d2bb63

Please sign in to comment.