UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit abe0911d authored by Samuel Sarnowski's avatar Samuel Sarnowski Committed by Michael Martin
Browse files

keycloak update to 2.4.3-bb.5

parent abdf6e75
No related branches found
No related tags found
1 merge request!4998keycloak update to 2.4.3-bb.5
......@@ -38,6 +38,12 @@ podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 2 }}
{{- include "kialiVersionLabel" . | nindent 2 }}
{{- end }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
......@@ -64,12 +70,28 @@ serviceMonitor:
{{- if .Values.addons.keycloak.database.host }}
postgresql:
enabled: false
{{- else if $istioInjection }}
{{- else if or $istioInjection .Values.kiali.enabled }}
postgresql:
primary:
{{ include "istioAnnotation" . }}
{{- if $istioInjection }}
annotations:
{{- include "istioAnnotation" . | nindent 6 }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 6 }}
{{- include "kialiVersionLabel" . | nindent 6 }}
{{- end }}
readReplicas:
{{ include "istioAnnotation" . }}
{{- if $istioInjection }}
annotations:
{{- include "istioAnnotation" . | nindent 6 }}
{{- end }}
{{- if .Values.kiali.enabled }}
podLabels:
{{- include "kialiAppLabel" . | nindent 6 }}
{{- include "kialiVersionLabel" . | nindent 6 }}
{{- end }}
{{- end }}
{{- if or .Values.addons.keycloak.database.host (and .Values.addons.keycloak.ingress.cert .Values.addons.keycloak.ingress.key) }}
......
......@@ -1778,11 +1778,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/keycloak.git
path: "./chart"
tag: "2.4.3-bb.4"
tag: "2.4.3-bb.5"
helmRepo:
repoName: "registry1"
chartName: "keycloak"
tag: "2.4.3-bb.4"
tag: "2.4.3-bb.5"
database:
# -- Hostname of a pre-existing database to use for Keycloak.
......
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