browsertrix/chart
Ilya Kreymer e7af081af1
profile browser fixes: better resource usage + load retry (main) (#1604)
- Backend: Use separate resource constraints for profiles: default
profile browser resources to either 'profile_browser_cpu' /
'profile_browser_memory' or single browser 'crawler_memory_base' /
'crawler_cpu_base', instead of scaled to the number of browser workers

- Frontend: check that profile html page is loading, keep retrying if
still getting nginx error instead of loading an iframe with the error.

Fixes #1598 (Copy of #1599 from 1.9.4)
2024-03-16 15:07:04 -07:00
..
admin/logging
app-templates profile browser fixes: better resource usage + load retry (main) (#1604) 2024-03-16 15:07:04 -07:00
btrix-crds Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
charts Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
email-templates Browsertrix Cloud → Browsertrix text rename (#1466) 2024-03-12 11:30:05 -04:00
examples Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
templates Increase startup probe time to account for long-running migrations (#1560) 2024-02-28 14:22:33 -08:00
test Add crawl pages and related API endpoints (#1516) 2024-02-28 12:11:35 -05:00
.helmignore
Chart.lock Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
Chart.yaml version: bump to 1.10.0-beta.0 2024-02-20 00:22:29 -08:00
README.md Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
values.yaml profile browser fixes: better resource usage + load retry (main) (#1604) 2024-03-16 15:07:04 -07:00

Update Helm dependencies

  • It needs to update Helm charts after changing its dependencies (e.g. logging)
$ helm dependency update .

Update metacontroller

#!/bin/bash

# intall metacontroller
git clone --depth=1 https://github.com/metacontroller/metacontroller.git
cd metacontroller
helm package deploy/helm/metacontroller --destination deploy/helm
cd ..

# update dependency
helm dependency update
  • Bump up the metacontroller version in Chart.yaml