Skip to content

Commit cc77b90

Browse files
author
Nikolay Volkov
committed
change hostname settings
Signed-off-by: Nikolay Volkov <[email protected]>
1 parent 948f461 commit cc77b90

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

bitnami/keycloak/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## 25.2.5 (2025-10-09)
3+
## 25.2.6 (2025-10-10)
44

5-
* [bitnami/keycloak] Fix: Rename duplicated secret labels ([#36254](https://github.com/bitnami/charts/pull/36254))
5+
* change hostname settings ([#36340](https://github.com/bitnami/charts/pull/36340))
66

7-
## <small>25.2.4 (2025-09-23)</small>
7+
## <small>25.2.5 (2025-10-08)</small>
88

9-
* [bitnami/keycloak] Fix indentation in ingress TLS secret template ([#36282](https://github.com/bitnami/charts/pull/36282))
9+
* [bitnami/keycloak] Fix: Rename duplicated secret labels (#36254) ([9b3915b](https://github.com/bitnami/charts/commit/9b3915b649a9b08fbfad1fa82cc24e48232edd36)), closes [#36254](https://github.com/bitnami/charts/issues/36254)
10+
11+
## <small>25.2.4 (2025-10-02)</small>
12+
13+
* [bitnami/keycloak] Fix indentation in ingress TLS secret template (#36282) ([3f7fa45](https://github.com/bitnami/charts/commit/3f7fa45393366ca67af940efa64acfab89c05e75)), closes [#36282](https://github.com/bitnami/charts/issues/36282)
1014

1115
## <small>25.2.3 (2025-09-11)</small>
1216

bitnami/keycloak/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ maintainers:
3535
name: keycloak
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
38-
version: 25.2.5
38+
version: 25.2.6

bitnami/keycloak/templates/configmap-env-vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data:
3131
{{- end }}
3232
{{- if .Values.ingress.enabled }}
3333
KC_HOSTNAME_STRICT: {{ ternary "true" "false" .Values.hostnameStrict | quote }}
34-
{{- if .Values.ingress.hostname }}
34+
{{- if and .Values.ingress.hostname (eq .Values.hostnameStrict true) }}
3535
{{- $path := tpl .Values.ingress.path . }}
3636
{{- if and (eq .Values.ingress.controller "gce") (hasSuffix "*" $path) }}
3737
{{- $path = trimSuffix "*" $path }}

0 commit comments

Comments
 (0)