Update GT

This commit is contained in:
David Burke 2023-09-15 14:59:56 -04:00
parent ea3456720d
commit 623ef3f3b3
7 changed files with 10 additions and 10 deletions

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.6
version: 12.11.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.13.2
digest: sha256:f4634de394b88cbbafb1815996eb2161c8cd4761941187f434751f85aeff8040
generated: "2023-07-15T21:04:35.075256373-04:00"
version: 17.17.1
digest: sha256:49685f612935d18ea9d44f4fea05f9b59897ed07d14d1e6190b9cdce19ae2e33
generated: "2023-09-15T14:57:19.943176582-04:00"

View file

@ -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.3.6
version: 2.3.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: 3.3.0
appVersion: 3.3.2
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-17.17.1.tgz Normal file

Binary file not shown.

View file

@ -1,7 +1,7 @@
# Default values for glitchtip.
image:
repository: glitchtip/glitchtip
tag: v3.2.2
tag: v3.3.2
pullPolicy: IfNotPresent
imagePullSecrets: []
@ -117,11 +117,11 @@ beat:
enabled: true
resources:
limits:
cpu: 100m
memory: 130Mi
cpu: 200m
memory: 150Mi
requests:
cpu: 1m
memory: 110Mi
memory: 130Mi
nodeSelector: {}
tolerations: []
podAnnotations: {}