browsertrix/chart
Ilya Kreymer c33f749515
Frontend hosted-docs (#2107)
Fixes #2106 

Docs are now hosted as part of the frontend at `/docs` by default.

- If `docs_url` is set in the helm chart, the `/docs` endpoint will
redirect to that endpoint instead
- Use multi-stage python image to build mkdocs as part of frontend, then
copy static output
- Dir layout: mkdocs.yml and docs into frontend/docs
- CI: Update docs build GH action to use new path
- Update all frontend paths to use `/docs/` instead of
`https://docs.browsertrix.com/`

---------
Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics>
2024-10-08 14:56:34 -07:00
..
admin/logging
app-templates Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
btrix-crds
charts Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
email-templates feat: Rename org when accepting org invite for first admin (#1870) 2024-06-27 16:08:31 -07:00
examples Add Repository Index + Chart Rename + Docs Rename (#1708) 2024-04-21 09:42:25 -07:00
proxies Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
templates Frontend hosted-docs (#2107) 2024-10-08 14:56:34 -07:00
test Adds Subscription API (#1914) 2024-07-10 17:41:16 -07:00
.helmignore
Chart.lock Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
Chart.yaml version: bump to 1.12.0 2024-10-03 16:45:54 -07:00
README.md
values.yaml Frontend hosted-docs (#2107) 2024-10-08 14:56:34 -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