job-hunter: image base forgejo registry -> ghcr (ADR-0002)
CronJobs track :latest via the TF literal (unlike the ignore_changes'd deployment), so they kept pulling the dead Forgejo image after the GHA/ghcr cutover — repoint the stack's image base. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
51682ee939
commit
54dfaf6edc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ variable "postgresql_host" { type = string }
|
||||||
locals {
|
locals {
|
||||||
namespace = "job-hunter"
|
namespace = "job-hunter"
|
||||||
# Phase 3 cutover 2026-05-07 — see infra/docs/plans/2026-05-07-forgejo-registry-consolidation-plan.md.
|
# Phase 3 cutover 2026-05-07 — see infra/docs/plans/2026-05-07-forgejo-registry-consolidation-plan.md.
|
||||||
image = "forgejo.viktorbarzin.me/viktor/job-hunter:${var.image_tag}"
|
image = "ghcr.io/viktorbarzin/job-hunter:${var.image_tag}"
|
||||||
labels = {
|
labels = {
|
||||||
app = "job-hunter"
|
app = "job-hunter"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue