Skip to content

Commit

Permalink
chore: update HELM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Feb 28, 2025
1 parent 1619518 commit ec68f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.5.6
version: 16.4.14
- name: external-dns
repository: https://charts.bitnami.com/bitnami/
version: 7.5.6
version: 8.7.5
- name: keycloak
repository: https://charts.bitnami.com/bitnami/
version: 21.4.2
digest: sha256:fa058d1558ec980b14354478fed4725d46b1f2a9b274af9ee7bee419944e926a
generated: "2024-06-18T13:57:36.134642207+02:00"
version: 24.4.10
digest: sha256:aef896c3909ad4984a0251778c7caf7cdce1777dbe079298648452dd970a97f8
generated: "2025-02-28T12:55:41.893363447+01: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: 4.1.0

dependencies:
- name: postgresql
version: ~15.5.6
version: ~16.4.14
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
- name: external-dns
version: ~7.5.6
version: ~8.7.5
repository: https://charts.bitnami.com/bitnami/
condition: external-dns.enabled
- name: keycloak
version: ~21.4.2
version: ~24.4.10
repository: https://charts.bitnami.com/bitnami/
condition: keycloak.enabled

0 comments on commit ec68f0b

Please sign in to comment.