From 47cc1aae3fc2c9a9e686e885a77376c497224253 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Thu, 24 Oct 2024 09:55:18 +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 7ddb1b477..169a210ab 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.0.6 +digest: sha256:17cd575c95fedbdea81deeec083f073871065996a3bd4ad9034b0065144b5991 +generated: "2024-10-24T09:55:12.947561204Z" diff --git a/charts/voucher/Chart.yaml b/charts/voucher/Chart.yaml index 649826a0a..975d501f6 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.0.6 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled