Update dependencies. Use mehr/flower docker image.
This commit is contained in:
parent
623ef3f3b3
commit
16a80bb95b
9 changed files with 15 additions and 9 deletions
|
@ -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: 2.3.7
|
||||
version: 2.4.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: ^12.2.7
|
||||
version: ^13.0.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ^17.9.4
|
||||
version: ^18.1.2
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
Reference in a new issue