updated helm chart to use version 6.1.0 of the image

This commit is contained in:
chgl
2022-08-25 23:21:19 +02:00
committed by Jens Kristian Villadsen
parent 4790c4372f
commit bdc621e535
4 changed files with 108 additions and 26 deletions

View File

@@ -11,29 +11,13 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
appVersion: v6.x
version: 0.10.0
version: 0.10.1
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
description: updated image version to v6.1.0
- 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
description: added section on configuring the chart for distributed tracing to the README.md