UNCLASSIFIED - NO CUI

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

harbor update to 1.15.0-bb.0

parent a7f1c0e2
No related branches found
No related tags found
1 merge request!4688harbor update to 1.15.0-bb.0
......@@ -32,7 +32,21 @@ networkPolicies:
monitoring:
enabled: {{ .Values.monitoring.enabled }}
serviceMonitor:
enabled: {{ .Values.monitoring.enabled }}
# conditional passes only if all conditionals are true:
# - istio: enabled
# - mTLS: SCRICT
{{- if and .Values.istio.enabled (eq (dig "istio" "mtls" "mode" "STRICT" .Values.tempo.values) "STRICT") }}
scheme: https
tlsConfig:
caFile: /etc/prom-certs/root-cert.pem
certFile: /etc/prom-certs/cert-chain.pem
keyFile: /etc/prom-certs/key.pem
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
openshift: {{ .Values.openshift }}
sso:
......
......@@ -1900,12 +1900,12 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/harbor.git
tag: "1.14.2-bb.8"
tag: "1.15.0-bb.0"
path: "./chart"
helmRepo:
repoName: "registry1"
chartName: "harbor"
tag: "1.14.2-bb.8"
tag: "1.15.0-bb.0"
# -- Flux reconciliation overrides specifically for the Jaeger 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