Updated helm chart with additional config settings (#566)

This commit is contained in:
chgl
2023-07-21 16:26:10 +02:00
committed by GitHub
parent 5bd43b29c9
commit 8ef50832d3
8 changed files with 126 additions and 80 deletions

View File

@@ -11,15 +11,17 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
appVersion: 6.6.0
version: 0.12.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 HAPI FHIR JPA Server app image version to v6.6.0
description: updated curl used by helm tests to version to v8.2.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
description: allow disabling the liveness-, readiness-, and startup-probes entirely