UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d2748c49 authored by mr-bot's avatar mr-bot Committed by Micah Nagel
Browse files

neuvector update to 2.4.2-bb.1

parent 1a07261c
No related branches found
No related tags found
1 merge request!2558neuvector update to 2.4.2-bb.1
......@@ -8,6 +8,6 @@ metadata:
app.kubernetes.io/component: "sandbox"
{{- include "commonLabels" . | nindent 4}}
{{- if .Values.istio.enabled }}
istio-injection: "disabled"
istio-injection: {{ dig "istio" "injection" "enabled" .Values.neuvector }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -7,11 +7,16 @@ domain: {{ default .Values.domain .Values.hostname }}
openshift: {{ .Values.openshift }}
{{ $istioInjection := (and .Values.istio.enabled (eq (dig "istio" "injection" "enabled" .Values.neuvector) "enabled")) }}
istio:
enabled: {{ .Values.istio.enabled }}
neuvector:
gateways:
- istio-system/{{ default "public" .Values.neuvector.ingress.gateway }}
injection: {{ ternary "enabled" "disabled" $istioInjection }}
mtls:
mode: PERMISSIVE
{{- if .Values.monitoring.enabled }}
monitoring:
......
......@@ -590,7 +590,7 @@ neuvector:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/neuvector.git
path: "./chart"
tag: "2.4.2-bb.0"
tag: "2.4.2-bb.1"
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
......
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