browsertrix/chart
Ilya Kreymer 2967f1e320
ingress: simplify ingress config: (fixes #1135) (#1146)
* ingress: simplify ingress config: (fixes #1135)
- use standard Prefix pathTypes
- remove nginx-specific rewriting
- remove 'scheme', use https/http based on 'tls' setting (in ingress and configmap)
- fix signing ingress to use ingressClassName
2023-09-07 09:51:48 -07:00
..
admin/logging
btrix-crds Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
charts Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
examples publish helm chart on release (fixes #1114) (#1117) (#1123) 2023-08-30 12:02:02 -07:00
templates ingress: simplify ingress config: (fixes #1135) (#1146) 2023-09-07 09:51:48 -07:00
test Print crawl log to operator log (mostly for testing) (#1148) 2023-09-06 17:53:02 -07:00
.helmignore
Chart.lock Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
Chart.yaml fix: add "v" to helm chart release filename (#1141) 2023-09-05 15:47:39 -04:00
README.md Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
values.yaml ingress: simplify ingress config: (fixes #1135) (#1146) 2023-09-07 09:51:48 -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