UNCLASSIFIED - NO CUI

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

Merge branch 'micah.nagel-master-patch-43907' into 'master'

Fix Anchore DB templating

See merge request !2733
parents 971a141e 18c10bf0
No related branches found
No related tags found
1 merge request!2733Fix Anchore DB templating
Pipeline #1727022 passed
......@@ -69,7 +69,8 @@ postgresql:
postgresUser: {{ .Values.addons.anchore.database.username }}
postgresPassword: {{ .Values.addons.anchore.database.password }}
postgresDatabase: {{ .Values.addons.anchore.database.database }}
externalEndpoint: "{{ .Values.addons.anchore.database.host }}:{{ .Values.addons.anchore.database.port }}"
externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
postgresPort: {{ .Values.addons.anchore.database.port }}
{{- end }}
anchoreGlobal:
......@@ -96,7 +97,8 @@ anchore-feeds-db:
postgresUser: {{ .Values.addons.anchore.database.username }}
postgresPassword: {{ .Values.addons.anchore.database.password }}
postgresDatabase: {{ .Values.addons.anchore.database.feeds_database }}
externalEndpoint: "{{ .Values.addons.anchore.database.host }}:{{ .Values.addons.anchore.database.port }}"
externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
postgresPort: {{ .Values.addons.anchore.database.port }}
{{- end }}
anchoreEnterpriseUi:
......
......@@ -1397,11 +1397,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart"
tag: "1.24.1-bb.0"
tag: "1.24.1-bb.1"
helmRepo:
repoName: "registry1"
chartName: "anchore"
tag: "1.24.1-bb.0"
tag: "1.24.1-bb.1"
# -- 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