browsertrix/chart
samczsun feafeae1eb
feat: allow specifying custom annotations on ingress (#2725)
This allows users who don't use the nginx ingress controller to still
configure the built in ingress
2025-07-25 16:06:57 -07:00
..
admin/logging
app-templates Add seed file support to Browsertrix backend (#2710) 2025-07-22 19:11:02 -07:00
btrix-crds
charts
email-templates Rework crawl page migration + MongoDB Query Optimizations (#2412) 2025-02-20 15:26:11 -08:00
examples docs: update remote deployment docs with working nginx-install example (#2625) 2025-05-28 20:07:02 -07:00
proxies
templates feat: allow specifying custom annotations on ingress (#2725) 2025-07-25 16:06:57 -07:00
test Add seed file support to Browsertrix backend (#2710) 2025-07-22 19:11:02 -07:00
.helmignore
Chart.lock
Chart.yaml version: bump to 1.18.0 2025-07-22 21:21:24 -07:00
README.md
values.yaml feat: allow specifying custom annotations on ingress (#2725) 2025-07-25 16:06:57 -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