browsertrix/chart
2024-06-04 13:37:44 -07:00
..
admin/logging
app-templates include workflow config in QA runs + different browser instances for QA (#1829) 2024-05-29 13:32:25 -07:00
btrix-crds
charts MetaController update (#1630) 2024-03-27 08:49:56 -07:00
email-templates Add Repository Index + Chart Rename + Docs Rename (#1708) 2024-04-21 09:42:25 -07:00
examples Add Repository Index + Chart Rename + Docs Rename (#1708) 2024-04-21 09:42:25 -07:00
templates QA analysis scale configurable in helm chart (#1843) 2024-05-30 12:59:21 -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.11.0-beta.0 2024-06-04 13:37:44 -07:00
README.md
values.yaml version: bump to 1.11.0-beta.0 2024-06-04 13:37:44 -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