From 84f2e2b79eb7789c78b6d221b255d9e76cf6836b Mon Sep 17 00:00:00 2001 From: Grey Gorilla Date: Wed, 10 Apr 2024 11:23:08 +0000 Subject: [PATCH] chore(deps): update helm release postgresql to v15 --- core/postgres/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postgres/helmrelease.yaml b/core/postgres/helmrelease.yaml index e8a4d0a45..90a56e81a 100644 --- a/core/postgres/helmrelease.yaml +++ b/core/postgres/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: postgresql - version: "13.4.4" + version: "15.2.5" sourceRef: kind: HelmRepository name: bitnami