From ad0977309da02da7b17721ff0c3ab03ac1839604 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 3 Feb 2025 13:09:57 +0000 Subject: [PATCH] chore(deps): update postgresql helm chart in voucher --- charts/voucher/Chart.lock | 6 +++--- charts/voucher/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/voucher/Chart.lock b/charts/voucher/Chart.lock index 7ddb1b477c..2ea541dff5 100644 --- a/charts/voucher/Chart.lock +++ b/charts/voucher/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 15.1.0 -digest: sha256:ad382e4b364c5b546451c2641748f8e7dbf93ac4a0a2858597180045d83fbcba -generated: "2024-10-08T14:50:10.663588624+05:30" + version: 16.4.6 +digest: sha256:63eeb328c39f8e5d9b8bc0a4e13dc8b0a4a151b0d543291982a76396a661954b +generated: "2025-02-03T13:09:47.854711087Z" diff --git a/charts/voucher/Chart.yaml b/charts/voucher/Chart.yaml index 649826a0a6..4a942f5c57 100644 --- a/charts/voucher/Chart.yaml +++ b/charts/voucher/Chart.yaml @@ -20,6 +20,6 @@ version: 0.1.0-dev appVersion: 0.1.0 dependencies: - name: postgresql - version: 15.1.0 + version: 16.4.6 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled