browsertrix/chart
Ilya Kreymer 95f5605af7
renumber crawl priority classes: (#1673)
- priority classes <-10 are ignored by cluster-autoscaler so QA jobs
with too low priorities never run
- start crawl priorities at 0 going down (same as before)
- start qa run priorities at -2 going down (instead of -100)
- this means a crawl of with scale of 3 can be preempted by 1st qa pod,
but otherwise crawls have higher priority
- rename priority classes as they are otherwise immutable and error on
helm upgrade

This allows for more room in lower pri classes for other type of
objects, while keeping in mind the -10 and below threshold: (see:
https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md)
2024-04-13 12:24:43 -07:00
..
admin/logging Add lightweight logging mode (#668) 2023-03-10 14:34:37 -08:00
app-templates Crawler pod memory padding + auto scaling (#1631) 2024-03-28 16:39:00 -07:00
btrix-crds Add max crawl size option to backend and frontend (#1045) 2023-08-26 22:00:37 -07:00
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 Support multiple crawler versions (#1420) 2024-01-16 15:32:12 -08:00
templates renumber crawl priority classes: (#1673) 2024-04-13 12:24:43 -07:00
test QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
.helmignore Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
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 Refactor to use new operator on backend (#789) 2023-04-24 18:30:52 -07:00
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