File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 11# vim:set syntax=dockerfile:
22
3- FROM quay.io/keycloak/keycloak:24.0
3+ FROM quay.io/keycloak/keycloak:26.3
44
55ARG kc_cache_stack="udp"
66
77ENV \
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" \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments