From 6f9456654585412a864b534bb30f6f7ac1c60cc8 Mon Sep 17 00:00:00 2001 From: haopengzhan Date: Wed, 21 Jan 2026 07:09:16 +0000 Subject: [PATCH] feat: use public Gitea registry as default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec36dd6..3055785 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ deploy: kubectl apply -f deploy/namespace.yaml kubectl apply -f deploy/rbac.yaml # Ensure images in manifests match our registry - sed -i "s|image: .*/inject-ds-webhook:latest|image: $(WEBHOOK_IMAGE)|" deploy/webhook.yaml + sed -i "s|image: .*/webhook:latest|image: $(WEBHOOK_IMAGE)|" deploy/webhook.yaml sed -i "s|image: .*/test-client:latest|image: $(CLIENT_IMAGE)|" deploy/test-ds.yaml kubectl apply -f deploy/webhook.yaml @echo "Waiting for webhook to be ready..." @@ -48,4 +48,4 @@ clean: kubectl delete -f deploy/webhook.yaml --ignore-not-found kubectl delete -f deploy/rbac.yaml --ignore-not-found kubectl delete namespace $(NAMESPACE) --ignore-not-found - rm -rf bin/ key.pem cert.pem + rm -rf bin/ key.pem cert.pem \ No newline at end of file