From f8d07a14ce84fb2d1c281350f4f829132763e7b4 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 08:09:29 +0000 Subject: [PATCH] docs: update E2E Headlamp image namespace to headlamp-plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates ghcr.io/headlamp-k8s/headlamp → ghcr.io/headlamp-plugins/headlamp in deploy-e2e-headlamp.sh (echo output and kubectl YAML image ref). Note: .github/workflows/e2e.yaml also references headlamp-k8s/headlamp but workflow files are Hugh's domain per SDLC rules. Co-Authored-By: Paperclip --- scripts/deploy-e2e-headlamp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-e2e-headlamp.sh b/scripts/deploy-e2e-headlamp.sh index ed55a84..ff75709 100755 --- a/scripts/deploy-e2e-headlamp.sh +++ b/scripts/deploy-e2e-headlamp.sh @@ -40,7 +40,7 @@ if ! kubectl auth can-i delete configmaps -n "$E2E_NAMESPACE" --quiet 2>/dev/nul fi echo "=== E2E Headlamp Deployment ===" -echo " Image: ghcr.io/headlamp-k8s/headlamp:${HEADLAMP_VERSION}" +echo " Image: ghcr.io/headlamp-plugins/headlamp:${HEADLAMP_VERSION}" echo " Namespace: $E2E_NAMESPACE" echo " Release: $E2E_RELEASE" @@ -101,7 +101,7 @@ spec: securityContext: {} containers: - name: headlamp - image: ghcr.io/headlamp-k8s/headlamp:${HEADLAMP_VERSION} + image: ghcr.io/headlamp-plugins/headlamp:${HEADLAMP_VERSION} imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true