Update gt version
This commit is contained in:
parent
ed66d9e425
commit
e4a44061e3
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.2.8
|
||||
version: 12.3.1
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 17.9.5
|
||||
digest: sha256:ab9cf404fbc913c196c6ec8b405f689cb7ea79fb25a31e1a1322141aecb255d1
|
||||
generated: "2023-04-20T20:16:14.663426731-04:00"
|
||||
digest: sha256:ae553a8fd4c534dfc568f711400449783b614f2ef13b6ca3feb3b446ffca2ab3
|
||||
generated: "2023-04-22T21:00:15.99152284-04:00"
|
||||
|
|
|
@ -14,11 +14,11 @@ 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.2.6
|
||||
version: 2.3.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.1.2
|
||||
appVersion: 3.1.3
|
||||
|
||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
||||
|
||||
|
|
Binary file not shown.
BIN
charts/postgresql-12.3.1.tgz
Normal file
BIN
charts/postgresql-12.3.1.tgz
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
# Default values for glitchtip.
|
||||
image:
|
||||
repository: glitchtip/glitchtip
|
||||
tag: v3.1.2
|
||||
tag: v3.1.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets: []
|
||||
|
|
Loading…
Reference in a new issue