From 82bbca72f0d037f77f68a109f48dabe869b0f564 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 4 Oct 2024 10:37:56 +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 ee0e9caf9..7e3002771 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: 11.9.6 -digest: sha256:e9f252a13edc2a9ecde83ea222591e1767aa08f97fb7c9071d69c49bff78a481 -generated: "2024-05-22T17:49:55.172043+05:30" + version: 16.0.1 +digest: sha256:6f81c69e5c697416abb54e5517059f2b6cd3bc5a39da705f66cc66c686d41a1d +generated: "2024-10-04T10:37:51.620057785Z" diff --git a/charts/voucher/Chart.yaml b/charts/voucher/Chart.yaml index bb3a80b9f..836e046ad 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: 11.9.6 + version: 16.0.1 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled