Update postgresql to 12.1.9 and redis to 17.4.2

This commit is contained in:
James Kiger 2023-01-11 15:27:52 -05:00
parent 8a71ee59b0
commit 1c86679c88
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: ^12.1.2
version: ^12.1.9
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ^17.3.11
version: ^17.4.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled