chart work

This commit is contained in:
David Burke 2020-02-02 13:12:55 -05:00
parent 4a6cbc58ac
commit bd25ca649c
10 changed files with 169 additions and 36 deletions

View file

@ -19,3 +19,13 @@ version: 0.1.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.
appVersion: 1.0.0
dependencies:
- name: postgresql
version: 8.2.1
repository: https://kubernetes-charts.storage.googleapis.com/
condition: postgresql.enabled
- name: redis
version: 10.4.0
repository: https://kubernetes-charts.storage.googleapis.com/
condition: redis.enabled