keycloak: Update base image to official quay repository

This patch changes the base image that is configured, to the official quay image.
This commit is contained in:
saibotk 2021-06-24 23:28:32 +02:00
parent 3c00da3942
commit 32f001752c
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -24,7 +24,7 @@ keycloak_install_location: /srv/keycloak
keycloak_database_location: "{{ keycloak_install_location }}/database"
# The keycloak image to use
keycloak_baseimage: docker.io/jboss/keycloak
keycloak_baseimage: quay.io/keycloak/keycloak
# The keycloak & postgres version
# !!! Don't just update the postgres version, instead backup first and check if you need to migrate !!!