openclaw + f1-stream: last forgejo image refs -> ghcr (ADR-0002 #32 prep)
All checks were successful
ci/woodpecker/push/default Pipeline was successful

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 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-13 12:36:10 +00:00
parent 3c3e6bfc95
commit 6e4db0ddc6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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