Refactor
This commit is contained in:
parent
0079a1dcb9
commit
fd14c6d228
19 changed files with 158 additions and 128 deletions
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v2
|
||||
name: glitchtip
|
||||
description: Open source error tracking that is compatible with Sentry
|
||||
name: django
|
||||
description: Generic Django + Celery Helm Chart
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
#
|
||||
|
@ -22,10 +22,10 @@ appVersion: 1.0.0
|
|||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 10.3.17
|
||||
version: ~10.4.8
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: 13.0.1
|
||||
version: ~14.2.1
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
Reference in a new issue