40 lines
1.6 KiB
YAML
40 lines
1.6 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: 11.8.1
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
appVersion: v6.x
|
|
version: 0.10.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 included PostgreSQL-subchart to v11.8.1.
|
|
Fixes `coalesce.go:220: warning: cannot overwrite table with non table for fhirserver.postgresql.primary.topologySpreadConstraints (map[])` warning
|
|
- kind: changed
|
|
description: |
|
|
set `securityContext.seccompProfile.type=RuntimeDefault` for included PostgreSQL as well as all `initContainer` and Helm
|
|
test pods to comply with the "restricted" Pod Security Standard: <https://kubernetes.io/docs/concepts/security/pod-security-standards/>
|
|
- kind: changed
|
|
description: |
|
|
use curl as the image for running Helm test pods
|
|
- kind: changed
|
|
description: |
|
|
renamed `metrics` port to `http-metrics` for istio compliant naming
|
|
- kind: added
|
|
description: |
|
|
Helm test job to test metrics endpoint
|
|
- kind: changed
|
|
description: |
|
|
use full digest instead of just a tag for the server image reference
|