chore(deps): update quay.io/keycloak/keycloak docker tag to v26.2.1
All checks were successful
/ build-keycloak (push) Successful in 50s
/ roll out update (push) Has been skipped
/ diff-and-deploy (push) Successful in 1m15s

This commit is contained in:
Renovate Bot 2025-04-23 17:04:13 +00:00
parent f8d11786c2
commit 36b687f80c
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: {}