UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5e8f624d authored by BB_AUTO_MR_TOKEN's avatar BB_AUTO_MR_TOKEN Committed by Andrew Shoell
Browse files

anchore update to 2.9.0-bb.6

parent 8c38479d
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5003anchore update to 2.9.0-bb.6
......@@ -9,6 +9,37 @@ domain: {{ $domainName }}
openshift: {{ .Values.openshift }}
{{- if .Values.kiali.enabled }}
api:
labels:
app: {{ "{{ template \"enterprise.api.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 4 }}
analyzer:
labels:
app: {{ "{{ template \"enterprise.analyzer.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 4 }}
catalog:
labels:
app: {{ "{{ template \"enterprise.catalog.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 4 }}
simpleQueue:
labels:
app: {{ "{{ template \"enterprise.simpleQueue.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 4 }}
notifications:
labels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
reports:
labels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
policyEngine:
labels:
app: {{ "{{ template \"enterprise.policyEngine.fullname\" . }}" | quote }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
istio:
enabled: {{ .Values.istio.enabled }}
hardened:
......@@ -77,18 +108,34 @@ postgresql:
externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
postgresPort: {{ .Values.addons.anchore.database.port }}
{{- end }}
{{- if .Values.kiali.enabled }}
primary:
podLabels:
{{- include "kialiAppLabel" . | nindent 6 }}
{{- include "kialiVersionLabel" . | nindent 6 }}
{{- end }}
{{- if .Values.addons.anchore.adminPassword }}
anchoreConfig:
default_admin_password: {{ .Values.addons.anchore.adminPassword }}
{{- end }}
feeds:
{{- if .Values.kiali.enabled }}
labels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
istio:
enabled: {{ .Values.istio.enabled }}
injection: {{ ternary "enabled" "disabled" (and .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.addons.anchore) "enabled")) }}
feeds-db:
{{- if .Values.kiali.enabled }}
primary:
podLabels:
{{- include "kialiAppLabel" . | nindent 8 }}
{{- include "kialiVersionLabel" . | nindent 8 }}
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
......@@ -106,6 +153,11 @@ feeds:
ui:
imagePullPolicy: {{ .Values.imagePullPolicy }}
imagePullSecretName: private-registry
{{- if .Values.kiali.enabled }}
labels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
ui-redis:
{{- if and .Values.addons.anchore.redis.host .Values.addons.anchore.redis.port .Values.addons.anchore.redis.password }}
......
......@@ -1531,11 +1531,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart"
tag: "2.9.0-bb.5"
tag: "2.9.0-bb.6"
helmRepo:
repoName: "registry1"
chartName: "anchore"
tag: "2.9.0-bb.5"
tag: "2.9.0-bb.6"
# -- 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