From 6c6bddedb6ceae7554474cf45f4a8518437e2c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:07:25 +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..0981ab1 100644 --- a/commento/requirements.yaml +++ b/commento/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: postgresql - version: 15.4.1 + version: 16.0.0 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled