UNCLASSIFIED - NO CUI

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

neuvector update to 2.7.8-bb.3

parent 3abedded
No related branches found
No related tags found
1 merge request!5107neuvector update to 2.7.8-bb.3
......@@ -24,12 +24,16 @@ istio:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- if or .Values.monitoring.enabled $istioInjection .Values.neuvector.sso.enabled }}
{{- if or .Values.monitoring.enabled $istioInjection .Values.neuvector.sso.enabled $.Values.kiali.enabled}}
controller:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
{{- if or .Values.monitoring.enabled .Values.neuvector.sso.enabled }}
secret:
enabled: true
......@@ -94,25 +98,47 @@ monitor:
CTRL_PASSWORD: {{ $neuvectorMetricsPass }}
{{- if $istioInjection }}
{{- if or $istioInjection $.Values.kiali.enabled }}
enforcer:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
cve:
updater:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 6 }}
{{- end }}
scanner:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 6 }}
{{- end }}
{{- end }}
{{- if .Values.istio.enabled }}
{{- if or .Values.istio.enabled $.Values.kiali.enabled }}
manager:
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
{{- end }}
networkPolicies:
......
......@@ -758,11 +758,11 @@ neuvector:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/neuvector.git
path: "./chart"
tag: "2.7.8-bb.1"
tag: "2.7.8-bb.3"
helmRepo:
repoName: "registry1"
chartName: "neuvector"
tag: "2.7.8-bb.1"
tag: "2.7.8-bb.3"
# -- 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