mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix msrc feeds value (#22746)
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: anchore-engine
|
||||
version: 1.6.8
|
||||
version: 1.6.9
|
||||
appVersion: 0.7.2
|
||||
description: Anchore container analysis and policy evaluation engine service
|
||||
keywords:
|
||||
|
||||
@@ -65,7 +65,7 @@ data:
|
||||
vulndb: {{ default "true" .Values.anchoreEnterpriseFeeds.vulndbDriverEnabled }}
|
||||
# Enabling microsoft syncs MSRC data from an on-premise anchore enterprise feeds service. Please contact
|
||||
# anchore support for finding out more about this service
|
||||
microsoft: {{ .Values.anchoreEnterpriseFeeds.microsoftDriverEnabled }}
|
||||
microsoft: {{ .Values.anchoreEnterpriseFeeds.msrcDriverEnabled }}
|
||||
{{- else }}
|
||||
vulndb: false
|
||||
microsoft: false
|
||||
|
||||
Reference in New Issue
Block a user