From 2224a6b2ccb8f151c45bad3812cfad2f347984cb Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 19 Apr 2026 19:09:54 +0000 Subject: [PATCH] =?UTF-8?q?[job-hunter]=20Bump=20image=20to=2092afc38d=20?= =?UTF-8?q?=E2=80=94=20Frankfurter=20FX=20+=20comp=5Ftable=20COALESCE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/job-hunter/terragrunt.hcl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stacks/job-hunter/terragrunt.hcl b/stacks/job-hunter/terragrunt.hcl index 0a601116..8f4a32fb 100644 --- a/stacks/job-hunter/terragrunt.hcl +++ b/stacks/job-hunter/terragrunt.hcl @@ -18,8 +18,9 @@ dependency "external-secrets" { } inputs = { - # 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" + # 92afc38d = master HEAD with levels.fyi scraper + comp_table COALESCE + # fix + Frankfurter FX backend (exchangerate.host free tier deprecated + # in 2026). Built + pushed locally 2026-04-19 while the Woodpecker + # Forgejo webhook remains broken. + image_tag = "92afc38d" }