Merge branch 'v-3-0-0' into 'master'

Chart v3.0.0 - upgrade GT to 4.0

See merge request glitchtip/glitchtip-helm-chart!12
This commit is contained in:
David Burke 2024-04-10 17:30:16 +00:00
commit b3481d8080
7 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.25
version: 15.2.5
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.6.1
digest: sha256:1e6f98166d83b365e2747fa409177269082a7f5507957a09ff55a54079b076a1
generated: "2023-12-22T09:08:53.152690743-05:00"
version: 19.1.0
digest: sha256:c25feea0aca5b7e2887f3d86485e1d5caee290ef600b5c80bb0e66d43432f7fe
generated: "2024-04-10T11:09:39.732559423-04:00"

View file

@ -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.5.3
version: 3.0.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.
appVersion: 3.4.6
appVersion: 4.0.0
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ^13.0.0
version: ^15.2.5
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ^18.1.2
version: ^19.1.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-19.1.0.tgz Normal file

Binary file not shown.

View file

@ -1,7 +1,7 @@
# Default values for glitchtip.
image:
repository: glitchtip/glitchtip
tag: v3.4.6
tag: v4.0.0
pullPolicy: IfNotPresent
imagePullSecrets: []