Update dependencies and set GT to 3.1.2
This commit is contained in:
parent
a97623a5e8
commit
e91f14a5e5
8 changed files with 10 additions and 10 deletions
|
@ -14,20 +14,20 @@ 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.2.5
|
||||
version: 2.2.6
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 3.1.0
|
||||
appVersion: 3.1.2
|
||||
|
||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ^12.1.9
|
||||
version: ^12.2.7
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ^17.4.2
|
||||
version: ^17.9.4
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
Reference in a new issue