Skip to content

Commit

Permalink
Merge pull request #15 from camerahub/14_redis_toggle
Browse files Browse the repository at this point in the history
Toggle whether Redis gets installed
  • Loading branch information
djjudas21 authored Feb 28, 2021
2 parents c6fab8e + c8cb611 commit 206fd87
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/camerahub/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 12.4.0
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 6.3.6
digest: sha256:ce43c6811389b7deb0e5b5b4af835a6346768ae97b4c772684c9554361bbe92b
generated: "2021-01-16T23:30:29.905016853Z"
version: 6.3.7
digest: sha256:538e2bc72c831d39b13631324a5846da6765b063404139f1db35a4d78f480aad
generated: "2021-02-28T22:09:20.558465081Z"
7 changes: 4 additions & 3 deletions charts/camerahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.2.18
version: 0.3.0

# 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 @@ -16,10 +16,11 @@ appVersion: 0.28.1

dependencies:
- name: redis
version: 12.4.0
version: ~12.4.0
condition: camerahub.redis
repository: https://charts.bitnami.com/bitnami
- name: postgresql-ha
version: 6.3.6
version: ~6.3.6
repository: https://charts.bitnami.com/bitnami
keywords:
- python
Expand Down
Binary file removed charts/camerahub/charts/postgresql-ha-6.3.6.tgz
Binary file not shown.
Binary file added charts/camerahub/charts/postgresql-ha-6.3.7.tgz
Binary file not shown.

0 comments on commit 206fd87

Please sign in to comment.