UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 23f4f75b authored by BB_AUTO_MR_TOKEN's avatar BB_AUTO_MR_TOKEN Committed by Michael Martin
Browse files

anchore update to 3.5.0-bb.1

parent 12eaf2a6
No related branches found
No related tags found
1 merge request!5895anchore update to 3.5.0-bb.1
......@@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/name: anchore
app.kubernetes.io/component: "security"
{{- include "commonLabels" . | nindent 4}}
istio-injection: {{ ternary "enabled" "disabled" (and .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.addons.anchore) "enabled")) }}
istio-injection: {{ ternary "enabled" "disabled" (and (include "istioEnabled" .) (eq (dig "istio" "injection" "enabled" .Values.addons.anchore) "enabled")) }}
name: anchore
{{- end }}
\ No newline at end of file
{{- end }}
......@@ -10,7 +10,7 @@ domain: {{ $domainName }}
openshift: {{ .Values.openshift }}
istio:
enabled: {{ .Values.istio.enabled }}
enabled: {{ include "istioEnabled" . }}
hardened:
enabled: {{ or
(dig "istio" "hardened" "enabled" false .Values.addons.anchore.values)
......@@ -19,10 +19,10 @@ istio:
injection: {{ ternary "enabled" "disabled" (and .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.addons.anchore) "enabled")) }}
ui:
gateways:
- istio-system/{{ default "public" .Values.addons.anchore.ingress.gateway }}
- {{ include "istioGatewayNamespace" . }}/{{ default (include "istioPublicGateway" . ) .Values.addons.anchore.ingress.gateway }}
api:
gateways:
- istio-system/{{ default "public" .Values.addons.anchore.ingress.gateway }}
- {{ include "istioGatewayNamespace" . }}/{{ default (include "istioPublicGateway" . ) .Values.addons.anchore.ingress.gateway }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
......@@ -40,6 +40,8 @@ monitoring:
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
istioNamespaceSelector:
{{ include "istioNamespaceSelector" . | nindent 4 }}
ingressLabels:
{{- $gateway := default "public" .Values.addons.anchore.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
......
......@@ -1663,11 +1663,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart"
tag: "3.5.0-bb.0"
tag: "3.5.0-bb.1"
helmRepo:
repoName: "registry1"
chartName: "anchore"
tag: "3.5.0-bb.0"
tag: "3.5.0-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