From 97d6a1a3d3e95bca6775b1dc87a57961d1c6d509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:22:38 +0000 Subject: [PATCH] Update Helm release postgresql to v14 --- commento/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commento/requirements.yaml b/commento/requirements.yaml index 67ce431..d97123f 100644 --- a/commento/requirements.yaml +++ b/commento/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: postgresql - version: 12.1.7 + version: 14.3.0 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled