Skip to content

Commit

Permalink
Merge pull request #25 from energywebfoundation/feat/enable_redis_con…
Browse files Browse the repository at this point in the history
…ditional

Feat/enable redis conditional
  • Loading branch information
vickenliu authored Sep 18, 2024
2 parents 95243a8 + eb0bcf1 commit d89aef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ sealedSecret:
# Redis

redis:
enabled: true
auth:
password: redis

Expand Down

0 comments on commit d89aef1

Please sign in to comment.