From cb35795ffd88f0f2e712dd4b0bff5f94284cbe68 Mon Sep 17 00:00:00 2001 From: Vicken Liu Date: Wed, 18 Sep 2024 14:06:01 +1200 Subject: [PATCH 1/2] chore: set redis dependency conditional --- Chart.yaml | 3 ++- values.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 9bebcbd..6e7d81a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -16,7 +16,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.8 +version: 0.1.9 # 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 @@ -26,6 +26,7 @@ appVersion: "0.0.15" dependencies: - name: redis + condition: redis.enabled version: 16.4.0 repository: https://charts.bitnami.com/bitnami - name: nginx diff --git a/values.yaml b/values.yaml index f0a6f4a..96ea4e8 100644 --- a/values.yaml +++ b/values.yaml @@ -105,6 +105,7 @@ sealedSecret: # Redis redis: + enabled: true auth: password: redis From eb0bcf11fe9d0b40bfd42beda46204f9b7aab88e Mon Sep 17 00:00:00 2001 From: Vicken Liu Date: Wed, 18 Sep 2024 14:16:11 +1200 Subject: [PATCH 2/2] chore: bump version as ci caculated --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 6e7d81a..320fb6d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -16,7 +16,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.9 +version: 0.2.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