browsertrix/chart
Ilya Kreymer 4360e0c1b5
Update tests with latest crawler (#1711)
tests: use 'latest' crawler release for testing, now that 1.1.x is released.
2024-04-20 15:56:26 -07:00
..
admin/logging
app-templates Run crawler and profilebrowser with non-root user (#1625) 2024-04-17 12:03:33 -07:00
btrix-crds
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 Run crawler and profilebrowser with non-root user (#1625) 2024-04-17 12:03:33 -07:00
test Update tests with latest crawler (#1711) 2024-04-20 15:56:26 -07: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 Run crawler and profilebrowser with non-root user (#1625) 2024-04-17 12:03: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