Merge branch 'update-v2_0_6' into 'master'

Update app version to v2.0.6

See merge request glitchtip/glitchtip-helm-chart!4
This commit is contained in:
David Burke 2022-10-12 18:11:35 +00:00
commit d3c51d9f14
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: 11.8.1
version: 11.9.8
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.1.2
digest: sha256:714df9996d61a96fa218a2c1a90ada2935c06e45c9a6320af9f0f36f35205a23
generated: "2022-08-24T14:14:54.822512636-04:00"
version: 17.3.5
digest: sha256:25ccf33937766c4fcb04810e4853e254374caf5db4c6d11f3265c8da8723da0c
generated: "2022-10-12T11:46:51.389911803-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: 0.2.6
version: 0.2.7
# 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: 2.0.4
appVersion: 2.0.6
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ~11.8.1
version: ^11.9.8
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ~17.1.2
version: ^17.3.5
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-17.3.5.tgz Normal file

Binary file not shown.

View file

@ -1,7 +1,7 @@
# Default values for glitchtip.
image:
repository: glitchtip/glitchtip
tag: v2.0.4
tag: v2.0.6
pullPolicy: IfNotPresent
imagePullSecrets: []