We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974218d commit b5d81cdCopy full SHA for b5d81cd
kubernetes/namespaces/tooling/keycloak/configmap.yaml
@@ -7,7 +7,6 @@ data:
7
# Set the hostname for outbound traffic and enable the feature to read that
8
# environment variable
9
KC_HOSTNAME: "id.pydis.wtf"
10
- KC_FEATURES: "hostname:v2,passkeys"
11
12
# Set the location of the TLS certificates generated by Vault
13
KC_HTTPS_CERTIFICATE_FILE: "/vault/secrets/server.crt"
kubernetes/namespaces/tooling/keycloak/deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
serviceAccountName: internal-tls-issuer
33
containers:
34
- name: keycloak
35
- image: ghcr.io/owl-corp/keycloak:25.0.4
+ image: ghcr.io/owl-corp/keycloak:26.1.1
36
imagePullPolicy: Always
37
envFrom:
38
- secretRef:
0 commit comments