Update dependencies

This commit is contained in:
David Burke 2022-11-17 10:22:38 -05:00
parent ae6a678c8e
commit ccfcb1bc23
6 changed files with 7 additions and 7 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.2.2
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.
@ -22,10 +22,10 @@ appVersion: 1.0.0
dependencies:
- name: postgresql
version: ~11.8.1
version: ~12.1.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ~17.1.2
version: ~17.3.11
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled