From 44ab47ed7d2c54c041cd0b270a80db0d6a83bf20 Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:15:01 +0000 Subject: [PATCH] feat(container)!: Update image postgresql to v16 | datasource | package | from | to | | ---------- | --------------------------------------------- | ------- | ------ | | docker | registry-1.docker.io/bitnamicharts/postgresql | 13.2.25 | 16.0.3 | --- cluster/apps/databases/postgresql/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/databases/postgresql/helm-release.yaml b/cluster/apps/databases/postgresql/helm-release.yaml index 63f0d28f5..76759d0cb 100644 --- a/cluster/apps/databases/postgresql/helm-release.yaml +++ b/cluster/apps/databases/postgresql/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: postgresql - version: 13.2.25 + version: 16.0.3 sourceRef: kind: HelmRepository name: bitnami