From 44b9bd11239e40f2882565f48cc919e9117102f9 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 16 Dec 2024 20:57:44 +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..b3b224e4ef 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.3.2 +digest: sha256:913828a3b53fb4f5a9730250296bc1fd159f5f7cb5dbb972e92d90958ed81ecb +generated: "2024-12-16T20:57:38.093496509Z" diff --git a/charts/voucher/Chart.yaml b/charts/voucher/Chart.yaml index 649826a0a6..b86e9c5598 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.3.2 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled