UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 44939337 authored by Michael McLeroy's avatar Michael McLeroy
Browse files

Merge branch 'anchore-update' into 'master'

anchore-update

Closes #503 and platform-one/big-bang/apps/security-tools/anchore-enterprise#25

See merge request platform-one/big-bang/bigbang!542
parents e5e0f733 37cbfe26
No related branches found
No related tags found
1 merge request!542anchore-update
Pipeline #315226 passed
......@@ -47,6 +47,10 @@ 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:
......@@ -66,12 +70,12 @@ anchore-ui-redis:
{{- if and .Values.addons.anchore.redis.host .Values.addons.anchore.redis.port .Values.addons.anchore.redis.password }}
enabled: false
externalEndpoint: "redis://{{ .Values.addons.anchore.redis.username | default "nouser" }}:{{ .Values.addons.anchore.redis.password }}@{{ .Values.addons.anchore.redis.host }}:{{ .Values.addons.anchore.redis.port }}"
password: {{ .Values.addons.anchore.redis.password }}
auth:
password: {{ .Values.addons.anchore.redis.password }}
{{- end }}
image:
pullSecrets:
- private-registry
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -714,7 +714,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
path: "./chart"
tag: "1.12.15-bb.0"
tag: "1.12.16-bb.0"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......
......@@ -31,6 +31,7 @@ source:
- registry1.dso.mil/ironbank/twistlock/defender/defender:20.12.531
- registry1.dso.mil/ironbank/anchore/enterprise/enterprise:3.0.3
- registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:3.0.3
- registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:13.9.0
# 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
......@@ -44,7 +45,7 @@ source:
# gitlab-runner-helper image: This image does not get captured from the release deployment
# the gitlab-runner-helper image only gets pulled when a pipeline runs. So it must be listed here
- registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v13.9.0
# Explicily add Keycloak image because Keycloak is not enabled in pipelines so the imaeg does not get pulled
# Explicitly add Keycloak image because Keycloak is not enabled in pipelines so the image does not get pulled
- registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/keycloak-ib:13.0.0-1.0.3
# Don't include until fortify is supported
#- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/dotnet-fortify:20.2.0
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