diff --git a/Chart.yaml b/Chart.yaml index 9bebcbd..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.8 +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 @@ -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