From 46e78374721cc524dc0fc74539c90290ea0bb9d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:01:53 +0000 Subject: [PATCH] Update Helm release postgresql to v14 --- charts/smartbirds-server/Chart.lock | 6 +++--- charts/smartbirds-server/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/smartbirds-server/Chart.lock b/charts/smartbirds-server/Chart.lock index 8289e48..d93d971 100644 --- a/charts/smartbirds-server/Chart.lock +++ b/charts/smartbirds-server/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.16.2 + version: 14.0.2 - name: redis repository: https://charts.bitnami.com/bitnami version: 16.13.2 -digest: sha256:7530d15dd1cbd49c129c21c46e553e32e27afad2c497c0fecbb45a15af9bcec3 -generated: "2022-07-04T18:02:00.314613112Z" +digest: sha256:d7d96d006c2fc7896f89d775dda9e21c4b3a126581dc04f504bfd9d9ad414522 +generated: "2024-02-08T13:01:29.752133485Z" diff --git a/charts/smartbirds-server/Chart.yaml b/charts/smartbirds-server/Chart.yaml index 0cd5757..549dc7c 100644 --- a/charts/smartbirds-server/Chart.yaml +++ b/charts/smartbirds-server/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.27 +version: 0.1.28 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: postgresql - version: "10.16.2" + version: "14.0.2" repository: 'https://charts.bitnami.com/bitnami' - name: redis version: "16.13.2"