aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-02-09 17:27:50 +0000
committerGravatar Chris Lovering <[email protected]>2025-02-09 17:27:50 +0000
commitb5d81cd32ea8c4bf03bd5a81726e09848232e734 (patch)
tree7eb1d8646032a34878b0186f581bdeb1f9a7aae4
parentRemove help cog _channel from trace loggers (diff)
Bump keycloak to latest version
This included moving the feature to build time, see https://github.com/owl-corp/pydis-keycloak-theme/commit/e0b1e8a6ec93bda3df4f56a04e8dab7d7d5c2730
-rw-r--r--kubernetes/namespaces/tooling/keycloak/configmap.yaml1
-rw-r--r--kubernetes/namespaces/tooling/keycloak/deployment.yaml2
2 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/namespaces/tooling/keycloak/configmap.yaml b/kubernetes/namespaces/tooling/keycloak/configmap.yaml
index ca02049..9389c80 100644
--- a/kubernetes/namespaces/tooling/keycloak/configmap.yaml
+++ b/kubernetes/namespaces/tooling/keycloak/configmap.yaml
@@ -7,7 +7,6 @@ data:
# Set the hostname for outbound traffic and enable the feature to read that
# environment variable
KC_HOSTNAME: "id.pydis.wtf"
- KC_FEATURES: "hostname:v2,passkeys"
# Set the location of the TLS certificates generated by Vault
KC_HTTPS_CERTIFICATE_FILE: "/vault/secrets/server.crt"
diff --git a/kubernetes/namespaces/tooling/keycloak/deployment.yaml b/kubernetes/namespaces/tooling/keycloak/deployment.yaml
index a68ac57..d6546d9 100644
--- a/kubernetes/namespaces/tooling/keycloak/deployment.yaml
+++ b/kubernetes/namespaces/tooling/keycloak/deployment.yaml
@@ -32,7 +32,7 @@ spec:
serviceAccountName: internal-tls-issuer
containers:
- name: keycloak
- image: ghcr.io/owl-corp/keycloak:25.0.4
+ image: ghcr.io/owl-corp/keycloak:26.1.1
imagePullPolicy: Always
envFrom:
- secretRef: