From d55212147d8ec8427a505ad72d3f02ce471a8f1b Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:24:05 +0530 Subject: [PATCH] postgres db update --- charts/simpledataexchanger/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/simpledataexchanger/Chart.yaml b/charts/simpledataexchanger/Chart.yaml index cfc03b9..9e9371f 100644 --- a/charts/simpledataexchanger/Chart.yaml +++ b/charts/simpledataexchanger/Chart.yaml @@ -13,7 +13,7 @@ sources: # 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: 1.0.1 +version: 1.0.2 # 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 # follow Semantic Versioning. They should reflect the version the application is using. @@ -25,4 +25,4 @@ dependencies: name: postgresql alias: sdepostgresql repository: https://charts.bitnami.com/bitnami - version: 11.x.x + version: 13.x.x