[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:
Viktor Barzin 2026-04-19 18:56:20 +00:00
parent 3f6dfb10aa
commit e813170960

View file

@ -18,8 +18,8 @@ dependency "external-secrets" {
}
inputs = {
# 8-char SHA from the Forgejo commit viktor/job-hunter@9c42eac9
# (first image built locally + pushed 2026-04-19 due to a Woodpecker
# v3.13 Forgejo webhook bug; bump on every deploy once CI recovers).
image_tag = "48f8615d"
# 99ab188f = master HEAD with levels.fyi scraper (HTML __NEXT_DATA__) +
# comp_points/levels tables (alembic 0003). Built + pushed locally
# 2026-04-19 while the Woodpecker Forgejo webhook remains broken.
image_tag = "99ab188f"
}