keycloak update

This commit is contained in:
Philip Haupt
2025-12-03 20:08:26 +01:00
parent 7367a130ed
commit 0c872497ba
3 changed files with 20 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ image:
# The Keycloak image repository
repository: quay.io/keycloak/keycloak
# Overrides the Keycloak image tag whose default is the chart appVersion
tag: "26.4.0"
tag: "26.4.5"
# Overrides the Keycloak image tag with a specific digest
digest: ""
# The Keycloak image pull policy
@@ -309,10 +309,10 @@ ingress:
- path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/'
pathType: Prefix
# TLS configuration
tls:
- hosts:
- keycloak.example.com
secretName: ""
tls: []
# - hosts:
# - keycloak.example.com
# secretName: ""
# ingress for console only (/auth/admin)
console:
@@ -323,6 +323,8 @@ ingress:
# Ingress annotations for console ingress only
# Useful to set nginx.ingress.kubernetes.io/whitelist-source-range particularly
annotations: {}
# Additional Ingress labels for console path only
labels: {}
rules:
-
# Ingress host
@@ -334,9 +336,9 @@ ingress:
# Console TLS configuration
tls: []
# - hosts:
# - console.keycloak.example.com
# secretName: ""
# - hosts:
# - console.keycloak.example.com
# secretName: ""
## Network policy configuration
# https://kubernetes.io/docs/concepts/services-networking/network-policies/