chore(deps): update quay.io/keycloak/keycloak docker tag to v26.2.1
All checks were successful
/ build-keycloak (push) Successful in 1m2s
/ roll out update (push) Successful in 4s
/ diff-and-deploy (push) Successful in 2m20s

This commit is contained in:
Renovate Bot 2025-04-23 17:04:13 +00:00 committed by finn
parent d5c8deeae3
commit 2db8092e9e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:26.2.0 as builder
FROM quay.io/keycloak/keycloak:26.2.1 as builder
# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true

View file

@ -17,7 +17,7 @@ spec:
containers:
- name: keycloak
# image: git.janky.solutions/jankysolutions/infra/keycloak:latest
image: quay.io/keycloak/keycloak:26.2.0
image: quay.io/keycloak/keycloak:26.2.1
imagePullPolicy: Always
args: ["start", "--cache-stack=kubernetes"]
resources: {}