Skip to content

Commit

Permalink
bump keycloak to 24.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Jun 25, 2024
1 parent c70ffaa commit b113193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/shogun/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
repository: "https://terrestris.github.io/helm-charts"
condition: geoserver.enabled
- name: keycloak
version: "21.1.2"
version: "21.4.1"
repository: "https://charts.bitnami.com/bitnami"
condition: keycloak.enabled
- name: shogun-boot
Expand Down
3 changes: 2 additions & 1 deletion charts/shogun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ keycloak:
enabled: true
production: true
proxy: edge
httpRelativePath: "/auth/"
postgresql:
enabled: false
extraEnvVars:
Expand All @@ -111,7 +112,7 @@ keycloak:
mountPath: "/share"
- name: keycloak-event-listener-container
image: docker-public.terrestris.de/shogun/keycloak-event-listener:1.0
command: ['cp', '/event-listener-shogun-jar-with-dependencies.jar', '/opt/bitnami/keycloak/providers/event-listener-shogun-jar-with-dependencies.jar']
command: [ 'cp', '/event-listener-shogun-jar-with-dependencies.jar', '/opt/bitnami/keycloak/providers/event-listener-shogun-jar-with-dependencies.jar' ]
volumeMounts:
- name: providers
mountPath: /opt/bitnami/keycloak/providers
Expand Down

0 comments on commit b113193

Please sign in to comment.