From 7a10557c353edaada6fce89230049e3f6dad33d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:20:30 +0000 Subject: [PATCH] chore(deps): update helm release postgresql to v16 --- commento/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commento/requirements.yaml b/commento/requirements.yaml index 45e8ac6..cf9fcdc 100644 --- a/commento/requirements.yaml +++ b/commento/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: postgresql - version: 15.4.1 + version: 16.3.1 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled