browsertrix/chart
Ilya Kreymer 835014d829
restrict qa runs to a 'min_qa_crawler_image' if set in the chart (#1685)
- fixes #1684
- can be used to optionally restrict QA to only some crawls (eg. with
browsertrix-crawler>=1.0.0)
- enforce error on backend (return 400) and handle special error on the
frontend
2024-04-17 08:48:33 -07:00
..
admin/logging
app-templates Crawler pod memory padding + auto scaling (#1631) 2024-03-28 16:39:00 -07:00
btrix-crds Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
charts MetaController update (#1630) 2024-03-27 08:49:56 -07:00
email-templates email templates update + customization + doc update (fixes #1652) (#1653) 2024-04-08 12:27:47 -07:00
examples Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
templates restrict qa runs to a 'min_qa_crawler_image' if set in the chart (#1685) 2024-04-17 08:48:33 -07:00
test Improve reliability of backend tests (#1675) 2024-04-16 14:22:41 -04:00
.helmignore
Chart.lock MetaController update (#1630) 2024-03-27 08:49:56 -07:00
Chart.yaml version: bump to 1.10.0-beta.1 2024-04-05 18:24:14 -07:00
README.md
values.yaml restrict qa runs to a 'min_qa_crawler_image' if set in the chart (#1685) 2024-04-17 08:48:33 -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