browsertrix/chart
Vinzenz Sinapius 1b034957ff
Improve reliability of backend tests (#1675)
- Remove globals from profile, uploads, and qa test modules in favor of fixtures
- Add retries to fix intermittent test failures due to timing

---------

Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2024-04-16 14:22:41 -04: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 renumber crawl priority classes: (#1673) 2024-04-13 12:24:43 -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 version: bump to 1.10.0-beta.1 2024-04-05 18:24:14 -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