Skip to content

Commit 29364aa

Browse files
committed
[keycloak] Update chart for Keycloak 26.x
1 parent c1ba586 commit 29364aa

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/keycloak/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "24.0"
24+
appVersion: "26.3"

charts/keycloak/keycloak/base.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# vim:set syntax=dockerfile:
22

3-
FROM quay.io/keycloak/keycloak:24.0
3+
FROM quay.io/keycloak/keycloak:26.3
44

55
ARG kc_cache_stack="udp"
66

77
ENV \
88
KC_DB="postgres" \
9-
KC_FEATURES="token-exchange,admin-fine-grained-authz" \
9+
KC_FEATURES="preview" \
1010
KC_METRICS_ENABLED="true" \
1111
KC_HEALTH_ENABLED="true" \
1212
KC_CACHE="ispn" \

charts/keycloak/templates/statefulset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ spec:
7272
- name: KC_FEATURES
7373
value: >-
7474
token-exchange,admin-fine-grained-authz
75-
- name: KC_HOSTNAME
75+
- name: KC_HOSTNAME_URL
7676
value: {{ .hostname | quote }}
77-
- name: KC_HOSTNAME_STRICT_BACKCHANNEL
77+
- name: KC_HOSTNAME_BACKCHANNEL_DYNAMIC
7878
value: 'true'
79-
- name: KC_HOSTNAME_ADMIN
79+
- name: KC_HOSTNAME_ADMIN_URL
8080
value: {{ .hostnameAdmin | quote }}
8181
- name: KC_HTTPS_CERTIFICATE_FILE
8282
value: /certs/tls.crt

0 commit comments

Comments
 (0)