From c80016149b35aceb3aefff0ef9fad57c93f0ae20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Filipe=20Moura?= Date: Mon, 2 Jan 2023 15:57:48 -0300 Subject: [PATCH] refactor/postgres condition (#7) * feat: add condition to allow postgres disable * chore: bump chart version --- Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 24ae005..d4378a2 100644 --- a/Chart.yaml +++ b/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.3.0 +version: 0.3.1 # 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 @@ -27,3 +27,4 @@ dependencies: - name: "postgresql-ha" version: "7.11.0" repository: https://charts.bitnami.com/bitnami + condition: postgresql-ha.enabled