browsertrix/chart
Ilya Kreymer 17f49a52de
email templates update + customization + doc update (fixes #1652) (#1653)
- modify invite email template to answer common questions
- email templates: make each email template overridable with --set-file
- docs: update customization doc to document how to customize email
templates

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-04-08 12:27:47 -07:00
..
admin/logging
app-templates Crawler pod memory padding + auto scaling (#1631) 2024-03-28 16:39:00 -07:00
btrix-crds
charts MetaController update (#1630) 2024-03-27 08:49:56 -07:00
email-templates email templates update + customization + doc update (fixes #1652) (#1653) 2024-04-08 12:27:47 -07:00
examples
templates email templates update + customization + doc update (fixes #1652) (#1653) 2024-04-08 12:27:47 -07:00
test QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
.helmignore
Chart.lock MetaController update (#1630) 2024-03-27 08:49:56 -07:00
Chart.yaml version: bump to 1.10.0-beta.1 2024-04-05 18:24:14 -07:00
README.md
values.yaml version: bump to 1.10.0-beta.1 2024-04-05 18:24:14 -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