browsertrix/chart
Ilya Kreymer 4428184aea
frontend: configure running with a fixed 'replay.json', auth headers passed via separate config (#899)
wabac.js will reload the replay.json on 403 with new token (will be in next version of wabac.js)
presign urls: make presign timeout configurable (in minutes), defaults to 60 mins
dockerfile: fix configuring RWP_BASE_URL
2023-06-08 11:26:26 -07:00
..
admin/logging Add lightweight logging mode (#668) 2023-03-10 14:34:37 -08:00
btrix-crds stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
charts stopping fix: backend fixes for #836 + prep for additional status fields (#837) 2023-05-08 14:02:20 -07:00
examples
templates frontend: configure running with a fixed 'replay.json', auth headers passed via separate config (#899) 2023-06-08 11:26:26 -07:00
test tests: fixes for crawl cancel + crawl stopped (#864) 2023-05-22 20:17:29 -07:00
.helmignore
Chart.lock Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
Chart.yaml Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
README.md Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
values.yaml config: add overridable 'user_agent_suffix' and 'user_agent' to values.yaml, (#910) 2023-06-07 12:01:12 -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