From 47b73704fe21b1cbe425dcc226e3ff4f2ca0a1ba Mon Sep 17 00:00:00 2001 From: East Hastings Date: Thu, 5 Oct 2023 09:02:04 +0000 Subject: [PATCH] chore(deps): update helm release postgresql to v13.1.0 --- core/postgres/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postgres/postgres.yaml b/core/postgres/postgres.yaml index 91dd91689..f0e52618c 100644 --- a/core/postgres/postgres.yaml +++ b/core/postgres/postgres.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: postgresql - version: 13.0.0 + version: 13.1.0 sourceRef: kind: HelmRepository name: bitnami