Skip to content

Commit b5d81cd

Browse files
committed
Bump keycloak to latest version
This included moving the feature to build time, see owl-corp/pydis-keycloak-theme@e0b1e8a
1 parent 974218d commit b5d81cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kubernetes/namespaces/tooling/keycloak/configmap.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ data:
77
# Set the hostname for outbound traffic and enable the feature to read that
88
# environment variable
99
KC_HOSTNAME: "id.pydis.wtf"
10-
KC_FEATURES: "hostname:v2,passkeys"
1110

1211
# Set the location of the TLS certificates generated by Vault
1312
KC_HTTPS_CERTIFICATE_FILE: "/vault/secrets/server.crt"

kubernetes/namespaces/tooling/keycloak/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
serviceAccountName: internal-tls-issuer
3333
containers:
3434
- name: keycloak
35-
image: ghcr.io/owl-corp/keycloak:25.0.4
35+
image: ghcr.io/owl-corp/keycloak:26.1.1
3636
imagePullPolicy: Always
3737
envFrom:
3838
- secretRef:

0 commit comments

Comments
 (0)