Updated all Helm chart dependencies to latest (#629)

* Updated all Helm chart dependencies to latest

* added k8s versions 1.28 and 1.29 to test matrix

* updated actions

* updated curl to 8.6.0
This commit is contained in:
chgl
2024-02-14 11:34:24 +01:00
committed by GitHub
parent 372ef4b6c9
commit f6671f97c5
6 changed files with 30 additions and 39 deletions

View File

@@ -7,21 +7,25 @@ sources:
- https://github.com/hapifhir/hapi-fhir-jpaserver-starter
dependencies:
- name: postgresql
version: 12.5.6
version: 13.2.27
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
appVersion: 6.8.3
version: 0.14.0
appVersion: 6.10.1
version: 0.15.0
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
- url: https://artifacthub.io/packages/helm/bitnami/postgresql
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: updated starter image to 6.8.3
- kind: fixed
description: incorrect handling of existing secret database config
- kind: added
description: support for using a non-admin user for the postgres database
- kind: added
description: ability to create a dedicated ServiceAccount
- kind: changed
description: updated starter image to 6.10.1
- kind: changed
description: updated curlimages/curl to 8.5.0
- kind: changed
description: "updated postgresql sub-chart to 13.2.27. ⚠️: this updates the used PostgreSQL image from v15 to v16."