Update dependency versions, set glitchtip tag version
This commit is contained in:
parent
7c3b2b7b0b
commit
29a7ff4604
7 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: 0.2.2
|
||||
version: 0.2.3
|
||||
|
||||
# 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: 1.0.0
|
||||
appVersion: 2.0.4
|
||||
|
||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ~11.6.17
|
||||
version: ~11.7.2
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ~17.0.2
|
||||
version: ~17.0.11
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
Reference in a new issue