Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 69191c9

Browse files
committed
fix: Move image repo back to kubernetes-sigs
Signed-off-by: Chris Privitere <[email protected]>
1 parent 5922491 commit 69191c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
103103
TIMEOUT := $(shell command -v timeout || command -v gtimeout)
104104

105105
# Define Docker related variables. Releases should modify and double check these vars.
106-
REGISTRY ?= ghcr.io/equinix-labs
106+
REGISTRY ?= ghcr.io/kubernetes-sigs
107107
export IMAGE_NAME ?= cluster-api-provider-packet
108108
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
109109
export TAG ?= dev

test/e2e/config/packet-ci-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - packet
77

88
images:
9-
- name: "${REGISTRY:=ghcr.io/equinix-labs}/${IMAGE_NAME:=cluster-api-provider-packet}:${TAG:=e2e}"
9+
- name: "${REGISTRY:=ghcr.io/kubernetes-sigs}/${IMAGE_NAME:=cluster-api-provider-packet}:${TAG:=e2e}"
1010
loadBehavior: mustLoad
1111

1212
providers:

0 commit comments

Comments
 (0)