From 6e4db0ddc61b854aef6611bc10d6e945d8dbe0e8 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 13 Jun 2026 12:36:10 +0000 Subject: [PATCH] openclaw + f1-stream: last forgejo image refs -> ghcr (ADR-0002 #32 prep) openclaw's install-nextcloud-todos-plugin init still pulled forgejo nextcloud-todos (would ImagePullBackOff on restart once the forgejo registry is wiped) -> ghcr:latest. f1-stream stack base (KEEL_IGNORE'd, live already ghcr via set-image) repointed for fresh-create correctness. Clears the last LIVE forgejo viktor/* refs before the registry reclaim. Co-Authored-By: Claude Fable 5 --- stacks/f1-stream/main.tf | 2 +- stacks/openclaw/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index 7666458d..11ff8cd4 100644 --- a/stacks/f1-stream/main.tf +++ b/stacks/f1-stream/main.tf @@ -128,7 +128,7 @@ resource "kubernetes_deployment" "f1-stream" { } spec { container { - image = "forgejo.viktorbarzin.me/viktor/f1-stream:${var.image_tag}" + image = "ghcr.io/viktorbarzin/f1-stream:${var.image_tag}" image_pull_policy = "Always" name = "f1-stream" # Right-sized 2026-06-05: was 1Gi (bundled-Chromium era). The image is diff --git a/stacks/openclaw/main.tf b/stacks/openclaw/main.tf index 5a142af2..925c6675 100644 --- a/stacks/openclaw/main.tf +++ b/stacks/openclaw/main.tf @@ -553,7 +553,7 @@ resource "kubernetes_deployment" "openclaw" { # IfNotPresent: a cached stale :latest meant the plugin manifest # (configSchema fix) never got pulled. An uncached SHA forces the # pull. Bump this when the openclaw plugin in nextcloud-todos changes. - image = "forgejo.viktorbarzin.me/viktor/nextcloud-todos:f85c6de1" + image = "ghcr.io/viktorbarzin/nextcloud-todos:latest" image_pull_policy = "Always" command = ["sh", "-c", <<-EOT set -eu