Update postgresql to 12.1.9 and redis to 17.4.2
This commit is contained in:
parent
8a71ee59b0
commit
1c86679c88
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Reference in a new issue