UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit dc963d04 authored by bhearn's avatar bhearn Committed by Micah Nagel
Browse files

add anchore network policy toggle

parent 74219a0b
No related branches found
No related tags found
1 merge request!505add anchore network policy toggle
......@@ -11,6 +11,9 @@ istio:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
{{- if and .Values.addons.anchore.enterprise.enabled .Values.addons.anchore.enterprise.licenseYaml }}
enterpriseLicenseYaml: |
{{ .Values.addons.anchore.enterprise.licenseYaml | nindent 2 }}
......
......@@ -711,7 +711,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
path: "./chart"
tag: "1.12.13-bb.0"
tag: "1.12.15-bb.0"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......
......@@ -29,8 +29,8 @@ source:
- registry:2
- registry1.dso.mil/ironbank/twistlock/defender/defender:20.12.531
- registry1.dso.mil/ironbank/anchore/enterprise/enterprise:3.0.2
- registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:3.0.2
- registry1.dso.mil/ironbank/anchore/enterprise/enterprise:3.0.3
- registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:3.0.3
# Images used by pipeline-templates
# NOTE: These are __not__ fully inclusive yet, see this issue for updates: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/145
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner-dotnet31:4.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment