UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 36bb7bed authored by Chris Schaefer's avatar Chris Schaefer
Browse files

Merge branch 'master' into update-argocd-tag-7.4.0-bb.0

parents 046a9b6c 80ba6c65
No related branches found
No related tags found
1 merge request!4960argocd update to 7.4.0-bb.0
Pipeline #3552682 passed
......@@ -92,13 +92,19 @@ alertmanager:
imagePullPolicy: {{ .Values.imagePullPolicy }}
- name: "config-reloader"
imagePullPolicy: {{ .Values.imagePullPolicy }}
{{- if or .Values.monitoring.sso.enabled $istioInjection }}
{{- if or .Values.monitoring.sso.enabled $istioInjection .Values.kiali.enabled }}
podMetadata:
{{- if .Values.monitoring.sso.enabled }}
{{- if or .Values.monitoring.sso.enabled .Values.kiali.enabled }}
{{- $alertmanagerAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
{{- $alertmanagerAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
labels:
{{- if .Values.monitoring.sso.enabled }}
{{ $alertmanagerAuthserviceKey }}: {{ $alertmanagerAuthserviceValue }}
{{- end }}
{{- if .Values.kiali.enabled }}
app: alertmanager
{{- include "kialiVersionLabel" . | nindent 8 }}
{{- end }}
{{- end }}
{{- if $istioInjection }}
annotations:
......@@ -146,7 +152,6 @@ prometheus:
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
{{- end }}
prometheusSpec:
{{- if and .Values.istio.enabled (eq (dig "istio" "mtls" "mode" "STRICT" .Values.monitoring.values) "STRICT") }}
alertingEndpoints:
......@@ -220,15 +225,19 @@ prometheus:
enableFeatures:
- remote-write-receiver
{{- end }}
{{- if or $istioInjection .Values.monitoring.sso.enabled .Values.addons.vault.enabled }}
{{- if or $istioInjection .Values.monitoring.sso.enabled .Values.addons.vault.enabled .Values.kiali.enabled }}
podMetadata:
{{- if or .Values.monitoring.sso.enabled (and .Values.networkPolicies.enabled .Values.addons.vault.enabled) }}
{{- if or .Values.monitoring.sso.enabled (and .Values.networkPolicies.enabled .Values.addons.vault.enabled) .Values.kiali.enabled }}
labels:
{{- if .Values.monitoring.sso.enabled }}
{{- $prometheusAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
{{- $prometheusAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
{{ $prometheusAuthserviceKey }}: {{ $prometheusAuthserviceValue }}
{{- end }}
{{- if .Values.kiali.enabled }}
app: prometheus
{{- include "kialiVersionLabel" . | nindent 8 }}
{{- end }}
{{- if and .Values.networkPolicies.enabled .Values.addons.vault.enabled }}
vault-ingress: "true"
{{- end }}
......@@ -403,6 +412,11 @@ sso:
prometheus-node-exporter:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.kiali.enabled }}
podLabels:
app: prometheus-node-exporter
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
{{- if or (eq $lokiEnabled true) (eq $istioInjection true) }}
......@@ -486,6 +500,11 @@ kube-state-metrics:
{{ include "istioAnnotation" . }}
{{- end }}
{{- end }}
{{- if .Values.kiali.enabled }}
customLabels:
{{- include "kialiAppLabel" . | nindent 4 }}
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
prometheusOperator:
image:
......@@ -497,6 +516,10 @@ prometheusOperator:
patch:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiVersionLabel" . | nindent 4 }}
{{- end }}
{{- if $istioInjection }}
podAnnotations:
{{ include "istioAnnotation" . }}
......@@ -525,4 +548,3 @@ prometheusOperator:
{{- end }}
{{ toYaml $overlays }}
{{- end }}
......@@ -878,11 +878,11 @@ monitoring:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/monitoring.git
path: "./chart"
tag: "61.2.0-bb.4"
tag: "61.2.0-bb.5"
helmRepo:
repoName: "registry1"
chartName: "monitoring"
tag: "61.2.0-bb.4"
tag: "61.2.0-bb.5"
# -- Flux reconciliation overrides specifically for the Monitoring 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