browsertrix/chart
Ilya Kreymer 96691a33fa
Fix for cronjob skipping response (#1976)
If a cronjob is disabled, the operator should quickly return a success
value so that the job can be terminated.
Was previously returning an incorrect response, causing disabled
cronjobs to not be cleaned up. Add proper typing to always return correct response
2024-07-29 12:24:18 -07:00
..
admin/logging
app-templates Crawler network policy (#1727) 2024-07-03 10:55:03 -07:00
btrix-crds
charts
email-templates feat: Rename org when accepting org invite for first admin (#1870) 2024-06-27 16:08:31 -07:00
examples
templates Fix for cronjob skipping response (#1976) 2024-07-29 12:24:18 -07:00
test Adds Subscription API (#1914) 2024-07-10 17:41:16 -07:00
.helmignore
Chart.lock
Chart.yaml version: bump to 1.11.0-beta.1 2024-07-17 10:06:49 -07:00
README.md
values.yaml allow disabling of auto-resize of crawler pods (#1964) 2024-07-23 21:00:40 -04: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