[job-hunter] Bump image to 99ab188f — levels.fyi per-level + comp_points
99ab188f adds the structured-comp pipeline: levels.fyi __NEXT_DATA__
scraper, Robert Walters + Hays PDF parser, comp_points/levels tables
(alembic 0003), CLI comp/comp-table/comp-band/backfill-levels, and
Grafana panels 6-9. Alembic 0003 runs via the existing init container.
After apply, exec:
kubectl -n job-hunter exec deploy/job-hunter -c job-hunter -- \
python -m job_hunter backfill-levels
kubectl -n job-hunter exec deploy/job-hunter -c job-hunter -- \
python -m job_hunter refresh --source levels_fyi
kubectl -n job-hunter exec deploy/job-hunter -c job-hunter -- \
python -m job_hunter refresh --source uk_surveys
This commit is contained in:
parent
3f6dfb10aa
commit
e813170960
1 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ dependency "external-secrets" {
|
||||||
}
|
}
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# 8-char SHA from the Forgejo commit viktor/job-hunter@9c42eac9
|
# 99ab188f = master HEAD with levels.fyi scraper (HTML __NEXT_DATA__) +
|
||||||
# (first image built locally + pushed 2026-04-19 due to a Woodpecker
|
# comp_points/levels tables (alembic 0003). Built + pushed locally
|
||||||
# v3.13 Forgejo webhook bug; bump on every deploy once CI recovers).
|
# 2026-04-19 while the Woodpecker Forgejo webhook remains broken.
|
||||||
image_tag = "48f8615d"
|
image_tag = "99ab188f"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue