browsertrix/chart
Tessa Walsh 661e5d9fae
Fix issue with failed background job emails not being sent (#2187)
Fixes #2186 

Background job emails will no longer fail to send for jobs unrelated to
file replication or replica deletion.

Also uses `AnyJob` for paginated background job response model, to fix
typing being out of data following addition of other types of background
jobs and lower overhead for adding new ones moving forward.
2024-11-27 17:00:35 -08:00
..
admin/logging
app-templates Move org deletion to background job with access to backend ops classes (#2098) 2024-10-10 14:41:05 -04:00
btrix-crds
charts Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
email-templates Fix issue with failed background job emails not being sent (#2187) 2024-11-27 17:00:35 -08:00
examples
proxies Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
templates Move org deletion to background job with access to backend ops classes (#2098) 2024-10-10 14:41:05 -04:00
test
.helmignore
Chart.lock Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
Chart.yaml version: bump to 1.13.0-beta.0 2024-10-10 11:38:13 -07:00
README.md
values.yaml 1.12.2 release -> main (#2181) 2024-11-26 11:17:07 -08: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