From d7ec133933d502577fe09636137b910d49a9bcb4 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 4 Mar 2025 01:52:00 +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..5e43523d10 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.16 +digest: sha256:1a3e7832059cadd377d6632c1797bf9978894a355a559500ddda3f8b8bbec2c9 +generated: "2025-03-04T01:51:54.387976304Z" diff --git a/charts/voucher/Chart.yaml b/charts/voucher/Chart.yaml index 649826a0a6..db1ee10fc7 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.16 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled