Skip to content

Commit

Permalink
Update Keycloak to 22.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Oct 23, 2023
1 parent 0eb42af commit 564c2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/hubsetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ EOF`;
'init-config': {condition: 'service_completed_successfully'},
'postgres': {condition: 'service_healthy'}
},
image: 'ghcr.io/cryptomator/keycloak:22.0.3',
image: 'ghcr.io/cryptomator/keycloak:22.0.4',
command: startCmd,
volumes: ['kc-config:/opt/keycloak/data/import'],
deploy: {
Expand Down Expand Up @@ -793,7 +793,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
}],
containers: [{
name: 'keycloak',
image: 'ghcr.io/cryptomator/keycloak:22.0.1',
image: 'ghcr.io/cryptomator/keycloak:22.0.4',
command: startCmd,
ports: [{containerPort: 8080}],
resources: {
Expand Down

0 comments on commit 564c2e0

Please sign in to comment.