Upgrade redis and postgres dependencies

This commit is contained in:
James Kiger 2022-10-12 13:59:00 -04:00
parent 21798ae951
commit 603b4aa327
6 changed files with 6 additions and 6 deletions

View file

@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ~11.8.1
version: ^11.9.8
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ~17.1.2
version: ^17.3.5
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled