openclaw + f1-stream: last forgejo image refs -> ghcr (ADR-0002 #32 prep)
All checks were successful
ci/woodpecker/push/default Pipeline was successful
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:
parent
3c3e6bfc95
commit
6e4db0ddc6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue