Updated hapi fhir version and all dependencies in the helm chart (#835)

Co-authored-by: chgl <5307555+chgl@users.noreply.github.com>
This commit is contained in:
chgl
2025-06-26 15:46:10 +02:00
committed by GitHub
parent 89ff121754
commit b126457e2d
6 changed files with 45 additions and 19 deletions

View File

@@ -7,14 +7,14 @@ sources:
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
dependencies:
- name: postgresql
version: 16.5.5
version: 16.7.11
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
appVersion: 8.0.0
version: 0.19.0
version: 2.31.3
appVersion: 8.2.0
version: 0.20.0
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
@@ -27,8 +27,14 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed, and security.
- kind: changed
description: "updated postgresql sub-chart to 16.5.5"
description: "updated postgresql sub-chart to 16.7.11"
- kind: changed
description: "updated curlimages/curl to 8.12.1"
description: "updated common sub-chart to 2.31.3"
- kind: changed
description: "updated hapiproject/hapi to v8.0.0-1"
description: "updated curlimages/curl to 8.14.1"
- kind: changed
description: "updated hapiproject/hapi to v8.2.0-1"
- kind: changed
description: "use ca.uhn.fhir.jpa.model.dialect.HapiFhirPostgresDialect dialect"
- kind: changed
description: "made the init container waiting for the database to be ready configurable"