Update hpa version
This commit is contained in:
parent
fdb04278f1
commit
81425921b0
|
@ -1,9 +1,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 12.1.2
|
version: 12.1.6
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 17.3.11
|
version: 17.4.0
|
||||||
digest: sha256:673a43db19febf733c07fc432dc458d89fac3a790e63e888fe51c12d79050df2
|
digest: sha256:7254978af32f912713fc5d46063c395f24c3e5fc895184ea0edbf1d1e49e69e0
|
||||||
generated: "2022-11-18T09:35:40.886570292-05:00"
|
generated: "2022-12-23T10:01:33.975402813-05:00"
|
||||||
|
|
|
@ -14,11 +14,11 @@ 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: 2.0.1
|
version: 2.1.0
|
||||||
|
|
||||||
# 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: 3.0.0
|
appVersion: 3.0.1
|
||||||
|
|
||||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
|
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
|
12
values.yaml
12
values.yaml
|
@ -1,7 +1,7 @@
|
||||||
# Default values for glitchtip.
|
# Default values for glitchtip.
|
||||||
image:
|
image:
|
||||||
repository: glitchtip/glitchtip
|
repository: glitchtip/glitchtip
|
||||||
tag: v3.0.0
|
tag: v3.0.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
@ -28,8 +28,8 @@ web:
|
||||||
enabled: false
|
enabled: false
|
||||||
minReplicas: 2
|
minReplicas: 2
|
||||||
maxReplicas: 10
|
maxReplicas: 10
|
||||||
targetCPUUtilizationPercentage: 80
|
targetCPU: 80
|
||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemory: 80
|
||||||
budget:
|
budget:
|
||||||
minAvailable: 1
|
minAvailable: 1
|
||||||
resources:
|
resources:
|
||||||
|
@ -87,9 +87,9 @@ worker:
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
maxReplicas: 100
|
maxReplicas: 20
|
||||||
targetCPUUtilizationPercentage: 90
|
targetCPU: 90
|
||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemory: 80
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 900m
|
cpu: 900m
|
||||||
|
|
Loading…
Reference in a new issue