Update hpa version

This commit is contained in:
David Burke 2022-12-23 10:24:37 -05:00
parent fdb04278f1
commit 81425921b0
6 changed files with 13 additions and 13 deletions

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.2
version: 12.1.6
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.11
digest: sha256:673a43db19febf733c07fc432dc458d89fac3a790e63e888fe51c12d79050df2
generated: "2022-11-18T09:35:40.886570292-05:00"
version: 17.4.0
digest: sha256:7254978af32f912713fc5d46063c395f24c3e5fc895184ea0edbf1d1e49e69e0
generated: "2022-12-23T10:01:33.975402813-05: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.0.1
version: 2.1.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.0.0
appVersion: 3.0.1
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit 788906385ba08eb31949933b959affc87d9c880c
Subproject commit 7144d269544fe4a5d1de368de2f0a16df803a17a

View file

@ -1,7 +1,7 @@
# Default values for glitchtip.
image:
repository: glitchtip/glitchtip
tag: v3.0.0
tag: v3.0.1
pullPolicy: IfNotPresent
imagePullSecrets: []
@ -28,8 +28,8 @@ web:
enabled: false
minReplicas: 2
maxReplicas: 10
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
targetCPU: 80
# targetMemory: 80
budget:
minAvailable: 1
resources:
@ -87,9 +87,9 @@ worker:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 90
# targetMemoryUtilizationPercentage: 80
maxReplicas: 20
targetCPU: 90
# targetMemory: 80
resources:
limits:
cpu: 900m