UNCLASSIFIED - NO CUI

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

Merge branch 'anchore-patch' into 'master'

anchore bug fix

Closes #683

See merge request platform-one/big-bang/bigbang!797
parents 78b934ed 5b3a1f49
No related branches found
No related tags found
1 merge request!797anchore bug fix
Pipeline #441169 failed
......@@ -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