28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
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.13.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: added
|
|
description: allow specifying application properties via yaml config
|
|
- kind: added
|
|
description: allow setting resource limits and requests for the Helm test pods
|
|
- kind: changed
|
|
description: updated curl used by helm tests to version to v8.2.0
|
|
- kind: changed
|
|
description: allow disabling the liveness-, readiness-, and startup-probes entirely
|