browsertrix/chart
Ilya Kreymer 412eb2ef32
MetaController update (#1630)
Bump metacontroller to latest (4.11)
2024-03-27 08:49:56 -07:00
..
admin/logging
app-templates QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -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 Browsertrix Cloud → Browsertrix text rename (#1466) 2024-03-12 11:30:05 -04:00
examples Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
templates QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
test QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
.helmignore
Chart.lock MetaController update (#1630) 2024-03-27 08:49:56 -07:00
Chart.yaml MetaController update (#1630) 2024-03-27 08:49:56 -07:00
README.md
values.yaml QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -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