From e21334b4b89ae5b38112f7f8be919f09a3f206e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:40:53 +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..00cbbee 100644 --- a/commento/requirements.yaml +++ b/commento/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: postgresql - version: 15.4.1 + version: 16.0.1 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled