browsertrix/chart
2023-10-15 18:31:03 -07:00
..
admin/logging
btrix-crds
charts Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
examples Rename "Production" to "Remote" (#1105) 2023-09-14 15:20:02 -07:00
templates Refactor microk8s playbook to follow "new" structure (#1264) 2023-10-11 19:33:30 -07:00
test test quickfix: microk8s crawls were not running due to exceeding CI resource capacity 2023-10-10 23:29:10 -07:00
.helmignore
Chart.lock Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
Chart.yaml version: bump to 1.7.0-beta.3 2023-10-15 18:31:03 -07:00
README.md
values.yaml version: bump to 1.7.0-beta.3 2023-10-15 18:31:03 -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