UNCLASSIFIED - NO CUI

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

Merge branch 'anchore-update' into 'master'

bump anchore tag versions

See merge request platform-one/big-bang/bigbang!475
parents b0433d7b f1608d78
No related branches found
No related tags found
1 merge request!475bump anchore tag versions
Pipeline #260435 passed
......@@ -62,7 +62,7 @@ anchoreEnterpriseUi:
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.password }}@{{ .Values.addons.anchore.redis.host }}:{{ .Values.addons.anchore.redis.port }}"
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 }}
{{- end }}
image:
......
......@@ -654,7 +654,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
path: "./chart"
tag: "1.12.7-bb.2"
tag: "1.12.13-bb.0"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......@@ -716,6 +716,9 @@ addons:
# -- Port of a pre-existing Redis to use for Anchore Enterprise.
port: ""
# -- OPTIONAL: Username to connect to a pre-existing Redis (for password-only auth leave empty)
username: ""
# -- Password to connect to pre-existing Redis.
password: ""
......
......@@ -30,7 +30,7 @@ source:
- 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.1
- registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:3.0.2
# 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