browsertrix/chart
Vinzenz Sinapius 0e0e663363
helm: add crawler_network_policy_additional_egress (#2641)
- Adds `crawler_network_policy_additional_egress` setting, to add egress
rules to the existing crawler network policy. Useful for when you want
to allow-list a single IPs without replacing the whole network policy.

- Adds docs about `crawler_network_policy_additional_egress` to the customization page.

- Resolves #2121

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-06-10 16:19:42 -07:00
..
admin/logging
app-templates Add securityContext for Redis pod (#2640) 2025-06-10 15:20:18 -07:00
btrix-crds
charts
email-templates
examples docs: update remote deployment docs with working nginx-install example (#2625) 2025-05-28 20:07:02 -07:00
proxies
templates helm: add crawler_network_policy_additional_egress (#2641) 2025-06-10 16:19:42 -07:00
test tests: fix nightly test config after #2611 (#2614) 2025-05-20 12:25:15 -07:00
.helmignore
Chart.lock
Chart.yaml version: bump to 1.17.0-beta.0 2025-06-02 14:46:32 -07:00
README.md
values.yaml helm: add crawler_network_policy_additional_egress (#2641) 2025-06-10 16:19:42 -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