Update chart dependencies, update django helm chart

This commit is contained in:
David Burke 2022-07-19 21:06:00 -04:00
parent 496a98f633
commit 3de60407c0
7 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,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.
version: 0.1.4
version: 0.2.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.
@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ~11.1.9
version: ~11.6.17
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ~16.8.9
version: ~17.0.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled