UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5b3a1f49 authored by bhearn7's avatar bhearn7
Browse files

anchore patch

parent 78b934ed
No related branches found
No related tags found
1 merge request!797anchore bug fix
Pipeline #440913 passed
......@@ -58,10 +58,6 @@ anchoreGlobal:
defaultAdminPassword: {{ .Values.addons.anchore.adminPassword }}
{{- end }}
imagePullSecretName: private-registry
{{- if or (and (not (hasKey .Values.addons.anchore.values "anchoreGlobal.existingSecret")) (not (hasKey .Values.addons.anchore.values "anchoreGlobal.saml.useExistingSecret"))) (not (hasKey .Values.addons.anchore.values "anchoreGlobal.saml.secret")) }}
saml:
secret: "{{ b64enc (randAlphaNum 12) }}"
{{- end }}
{{- if .Values.addons.anchore.enterprise.enabled }}
anchore-feeds-db:
......
......@@ -816,7 +816,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
path: "./chart"
tag: "1.13.0-bb.6"
tag: "1.13.0-bb.7"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......
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