From ee99b50c3cb0de69e0dca14a39e605e6575b21e6 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Thu, 22 Feb 2024 17:31:17 +0100 Subject: [PATCH] fermyon -> spinkube Signed-off-by: Danielle Lancashire --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45fd6ac3..2c631f8b 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified .PHONY: deploy deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config. - cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/fermyon/spin-operator=${IMG} + cd config/manager && $(KUSTOMIZE) edit set image ghcr.io/spinkube/spin-operator=${IMG} $(KUSTOMIZE) build config/default | $(KUBECTL) apply -f - .PHONY: undeploy