New image adds Alembic 0002 (primary_location column), London-default query/bands/report commands, and FX-priming on refresh so USD/EUR salaries convert correctly. Applied live; 5826 rows backfilled. Refs: code-snp Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
25 lines
550 B
HCL
25 lines
550 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "platform" {
|
|
config_path = "../platform"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "vault" {
|
|
config_path = "../vault"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "external-secrets" {
|
|
config_path = "../external-secrets"
|
|
skip_outputs = true
|
|
}
|
|
|
|
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"
|
|
}
|