UNCLASSIFIED - NO CUI

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

bump anchore tag versions

parent 7caede0b
No related branches found
No related tags found
1 merge request!475bump anchore tag versions
......@@ -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