From 23e732e48553175612afc5f967c9d0ceda1447f9 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Tue, 20 Jan 2026 05:34:16 -0500 Subject: [PATCH] Fix Caddy ingress image registry Changed from ghcr.io/caddyserver/ingress to caddy/ingress (Docker Hub). The GHCR image returns 403 Forbidden. Co-Authored-By: Claude Opus 4.5 --- .../data/k8s/components/ingress/ingress-caddy-kind-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/k8s/components/ingress/ingress-caddy-kind-deploy.yaml b/stack_orchestrator/data/k8s/components/ingress/ingress-caddy-kind-deploy.yaml index efe29cd5..4247da69 100644 --- a/stack_orchestrator/data/k8s/components/ingress/ingress-caddy-kind-deploy.yaml +++ b/stack_orchestrator/data/k8s/components/ingress/ingress-caddy-kind-deploy.yaml @@ -175,7 +175,7 @@ spec: operator: Equal containers: - name: caddy-ingress-controller - image: ghcr.io/caddyserver/ingress:latest + image: caddy/ingress:latest imagePullPolicy: IfNotPresent ports: - name: http