browsertrix/chart
Ilya Kreymer 5a4add84a8
Nightly test fix for crawler 1.7.0 (#2789)
- Use latest crawler image for tests
- Due to webrecorder/browsertrix-crawler#861 change, a crawl with no
successful pages should be treated as failed. Update fixture to allow
both failed or complete state for backwards compatibility for now.
2025-07-31 21:58:53 -07:00
..
admin/logging
app-templates Add seed file support to Browsertrix backend (#2710) 2025-07-22 19:11:02 -07:00
btrix-crds
charts
email-templates Rework crawl page migration + MongoDB Query Optimizations (#2412) 2025-02-20 15:26:11 -08:00
examples docs: update remote deployment docs with working nginx-install example (#2625) 2025-05-28 20:07:02 -07:00
proxies
templates feat: allow specifying custom annotations on ingress (#2725) 2025-07-25 16:06:57 -07:00
test Nightly test fix for crawler 1.7.0 (#2789) 2025-07-31 21:58:53 -07:00
.helmignore
Chart.lock
Chart.yaml version: bump to 1.18.0 2025-07-22 21:21:24 -07:00
README.md
values.yaml feat: allow specifying custom annotations on ingress (#2725) 2025-07-25 16:06:57 -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