Updated helm chart and dockerfile dependencies (#540)

* Updated Helm chart to use hapi fhir image v6.6.0

* Updated maven base image due to openjdk deprecation

* Removed superfluous app/main.war in entrypoint

* Update curlimages/curl to 8.1.2
This commit is contained in:
chgl
2023-06-25 23:59:09 +02:00
committed by GitHub
parent a06c0b9ce4
commit fdcd021e66
11 changed files with 51 additions and 46 deletions

View File

@@ -7,17 +7,19 @@ sources:
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
dependencies:
- name: postgresql
version: 12.1.2
repository: https://charts.bitnami.com/bitnami
version: 12.5.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
appVersion: 6.2.2
version: 0.11.1
appVersion: 6.6.0
version: 0.12.0
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/changes: |
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed, and security.
- kind: changed
description: updated HAPI FHIR JPA Server app image version to v6.2.2
description: updated HAPI FHIR JPA Server app image version to v6.6.0
- kind: changed
description: updated curl used by helm tests to version to v7.87.0
description: updated curl used by helm tests to version to v8.1.1
- kind: changed
description: updated postgresql sub-chart to v12.5.6