Update dependency versions, set glitchtip tag version
This commit is contained in:
parent
7c3b2b7b0b
commit
29a7ff4604
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.6.18
|
||||
version: 11.7.2
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 17.0.4
|
||||
digest: sha256:8172ba27977681f7e56de0b6b2ccfb016077a1b9ef840f6b38e8749fb818dac6
|
||||
generated: "2022-07-22T09:44:08.682238228-04:00"
|
||||
version: 17.0.11
|
||||
digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b
|
||||
generated: "2022-08-17T14:53:16.847677356-04:00"
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
BIN
charts/postgresql-11.7.2.tgz
Normal file
BIN
charts/postgresql-11.7.2.tgz
Normal file
Binary file not shown.
BIN
charts/redis-17.0.11.tgz
Normal file
BIN
charts/redis-17.0.11.tgz
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
# Default values for glitchtip.
|
||||
image:
|
||||
repository: glitchtip/glitchtip
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
tag: v2.0.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
|
Loading…
Reference in a new issue