keycloak: switch to upstream images
All checks were successful
/ diff-and-deploy (push) Successful in 2m11s
All checks were successful
/ diff-and-deploy (push) Successful in 2m11s
This commit is contained in:
parent
9c1b6cd428
commit
0d1bc2f160
1 changed files with 3 additions and 1 deletions
|
@ -16,8 +16,10 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: keycloak
|
||||
image: git.janky.solutions/jankysolutions/infra/keycloak:latest
|
||||
# image: git.janky.solutions/jankysolutions/infra/keycloak:latest
|
||||
image: quay.io/keycloak/keycloak:26.1.4
|
||||
imagePullPolicy: Always
|
||||
args: ["start", "--cache-stack=kubernetes"]
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- name: certs
|
||||
|
|
Loading…
Add table
Reference in a new issue