Update dependency versions, set glitchtip tag version
This commit is contained in:
parent
7c3b2b7b0b
commit
29a7ff4604
|
@ -1,9 +1,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 11.6.18
|
version: 11.7.2
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 17.0.4
|
version: 17.0.11
|
||||||
digest: sha256:8172ba27977681f7e56de0b6b2ccfb016077a1b9ef840f6b38e8749fb818dac6
|
digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b
|
||||||
generated: "2022-07-22T09:44:08.682238228-04:00"
|
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
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# 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
|
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ~11.6.17
|
version: ~11.7.2
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: ~17.0.2
|
version: ~17.0.11
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
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.
|
# Default values for glitchtip.
|
||||||
image:
|
image:
|
||||||
repository: glitchtip/glitchtip
|
repository: glitchtip/glitchtip
|
||||||
tag: latest
|
tag: v2.0.4
|
||||||
pullPolicy: Always
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
Loading…
Reference in a new issue