Skip to content
Snippets Groups Projects
Commit ac7dfa20 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Adapt to new keycloak version

parent e93f0e28
No related branches found
No related tags found
No related merge requests found
Pipeline #56791 passed
---
# renovate: datasource=github-releases depName=keycloak/keycloak
keycloak_version: 16.0.0
keycloak_version: 16.1.0
keycloak_dir: /var/keycloak
keycloak_archive: keycloak-{{ keycloak_version }}.tar.gz
keycloak_url: https://github.com/keycloak/keycloak/releases/download/{{ keycloak_version }}/{{keycloak_archive }}
......
......@@ -79,7 +79,7 @@
xpath: /x:server/x:profile/y:subsystem/y:datasources/y:drivers/y:driver[@name='postgresql']
count: true
namespaces:
x: urn:jboss:domain:18.0
x: urn:jboss:domain:19.0
y: urn:jboss:domain:datasources:6.0
register: keycloak_postgresql_module_installed
......@@ -91,7 +91,7 @@
- <driver name="postgresql" module="org.postgresql"><xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class></driver>
input_type: xml
namespaces:
x: urn:jboss:domain:18.0
x: urn:jboss:domain:19.0
y: urn:jboss:domain:datasources:6.0
notify: restart keycloak
when: keycloak_postgresql_module_installed.count == 0
......@@ -122,7 +122,7 @@
</validation>
input_type: xml
namespaces:
x: urn:jboss:domain:18.0
x: urn:jboss:domain:19.0
y: urn:jboss:domain:datasources:6.0
notify: restart keycloak
......@@ -133,7 +133,7 @@
attribute: proxy-address-forwarding
value: "{{ keycloak_proxy_address_forwarding }}"
namespaces:
x: urn:jboss:domain:18.0
x: urn:jboss:domain:19.0
y: urn:jboss:domain:undertow:12.0
notify: restart keycloak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment