Helm chart dependency updates and support for extraVolumes and -Mounts (#766)
* Helm chart updates * set target branch to master for chart testing
This commit is contained in:
@@ -7,11 +7,14 @@ sources:
|
||||
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 15.5.22
|
||||
version: 16.3.2
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
condition: postgresql.enabled
|
||||
appVersion: 7.2.0
|
||||
version: 0.17.1
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.28.0
|
||||
appVersion: 7.6.0
|
||||
version: 0.18.0
|
||||
annotations:
|
||||
artifacthub.io/license: Apache-2.0
|
||||
artifacthub.io/containsSecurityUpdates: "false"
|
||||
@@ -24,6 +27,14 @@ annotations:
|
||||
# When using the list of objects option the valid supported kinds are
|
||||
# added, changed, deprecated, removed, fixed, and security.
|
||||
- kind: changed
|
||||
description: updated curlimages/curl to 8.9.1
|
||||
description: "updated postgresql sub-chart to 16.3.2"
|
||||
- kind: changed
|
||||
description: "updated postgresql sub-chart to 15.5.22."
|
||||
description: "updated curlimages/curl to 8.11.1"
|
||||
- kind: changed
|
||||
description: "updated hapiproject/hapi to 7.6.0"
|
||||
- kind: added
|
||||
description: "support for setting resource limits and requests from presets. With a default set for all containers"
|
||||
- kind: added
|
||||
description: "support for setting extra volumes and volume mounts"
|
||||
- kind: changed
|
||||
description: "set default pod security context for main and test pods"
|
||||
|
||||
Reference in New Issue
Block a user