Update charts, configurable celery beat resources

This commit is contained in:
David Burke 2022-08-24 14:18:38 -04:00
parent 4db72f96a0
commit 4105dcbcef
8 changed files with 15 additions and 8 deletions

View file

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.7.2
version: 11.8.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.0.11
digest: sha256:9f48089bf27f97be3c626a50ba70cd089f42e8b3f0c04a5d529752379b2cbc5b
generated: "2022-08-17T14:53:16.847677356-04:00"
version: 17.1.2
digest: sha256:714df9996d61a96fa218a2c1a90ada2935c06e45c9a6320af9f0f36f35205a23
generated: "2022-08-24T14:14:54.822512636-04:00"

View file

@ -14,7 +14,7 @@ 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: 0.2.4
version: 0.2.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
@ -24,10 +24,10 @@ icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ~11.7.2
version: ~11.8.1
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: ~17.0.11
version: ~17.1.2
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
charts/redis-17.1.2.tgz Normal file

Binary file not shown.

@ -1 +1 @@
Subproject commit bd023cd048dbd4ba7e88b88fe2e885b8e9694286
Subproject commit 44ed6ba81f4c7c567296b4f8283009313be8d6c8

View file

@ -99,6 +99,13 @@ worker:
beat:
enabled: true
resources:
limits:
cpu: 100m
memory: 120Mi
requests:
cpu: 1m
memory: 90Mi
nodeSelector: {}
tolerations: []
affinity: {}