Skip to content

Commit

Permalink
chore: update helm dependencies + keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jun 18, 2024
1 parent aac21ca commit 1946086
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions helm/api-platform/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
version: 15.2.5
version: 15.5.6
- name: external-dns
repository: https://charts.bitnami.com/bitnami/
version: 7.2.0
version: 7.5.6
- name: keycloak
repository: https://charts.bitnami.com/bitnami/
version: 21.0.3
digest: sha256:27c3a8373d084929c65ab0de4369b59a9db901dd24352bd396097a9193f762ad
generated: "2024-04-29T17:58:25.387778446+02:00"
version: 21.4.2
digest: sha256:fa058d1558ec980b14354478fed4725d46b1f2a9b274af9ee7bee419944e926a
generated: "2024-06-18T13:57:36.134642207+02:00"
6 changes: 3 additions & 3 deletions helm/api-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ appVersion: 3.3.6

dependencies:
- name: postgresql
version: ~15.2.5
version: ~15.5.6
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
- name: external-dns
version: ~7.2.0
version: ~7.5.6
repository: https://charts.bitnami.com/bitnami/
condition: external-dns.enabled
- name: keycloak
version: ~21.0.3
version: ~21.4.2
repository: https://charts.bitnami.com/bitnami/
condition: keycloak.enabled
2 changes: 1 addition & 1 deletion helm/api-platform/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Versions
FROM bitnami/keycloak:23-debian-11 AS keycloak_upstream
FROM bitnami/keycloak:24-debian-12 AS keycloak_upstream


# The different stages of this Dockerfile are meant to be built into separate images
Expand Down
2 changes: 1 addition & 1 deletion helm/api-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ keycloak:
- -jar
- /opt/bitnami/keycloak-config-cli/keycloak-config-cli.jar
image:
tag: 5-debian-11
tag: 5-debian-12
postgresql:
enabled: true
nameOverride: postgresql-keycloak
Expand Down

0 comments on commit 1946086

Please sign in to comment.