UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 593f3ffb authored by mr-bot's avatar mr-bot Committed by Ryan Garcia
Browse files

Updated authservice git tag

parent 97ac2533
No related branches found
No related tags found
1 merge request!2213Updated authservice git tag
......@@ -40,6 +40,18 @@ redis-bb:
selector:
app.kubernetes.io/name: redis-bb
app.kubernetes.io/instance: authservice-authservice
# conditional passes only if all conditionals are true:
# - istio: enabled
# - mTLS: SCRICT
# - istio injection: enabled (for logging ns)
{{- if and .Values.istio.enabled (eq (dig "istio" "mtls" "mode" "STRICT" .Values.addons.authservice.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
{{- end }}
prometheusRule:
enabled: true
namespace: monitoring
......
......@@ -797,7 +797,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
path: "./chart"
tag: "0.5.2-bb.0"
tag: "0.5.2-bb.1"
# -- Flux reconciliation overrides specifically for the Authservice 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