* 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
26 lines
941 B
YAML
26 lines
941 B
YAML
apiVersion: v2
|
|
name: hapi-fhir-jpaserver
|
|
description: A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
|
|
type: application
|
|
home: https://github.com/hapifhir/hapi-fhir-jpaserver-starter
|
|
sources:
|
|
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 12.5.6
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
condition: postgresql.enabled
|
|
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.6.0
|
|
- kind: changed
|
|
description: updated curl used by helm tests to version to v8.1.1
|
|
- kind: changed
|
|
description: updated postgresql sub-chart to v12.5.6
|