feat: use public Gitea registry as default

This commit is contained in:
2026-01-21 07:09:16 +00:00
committed by Pengzhan Hao
parent cffe13168f
commit 6f94566545
+1 -1
View File
@@ -36,7 +36,7 @@ deploy:
kubectl apply -f deploy/namespace.yaml kubectl apply -f deploy/namespace.yaml
kubectl apply -f deploy/rbac.yaml kubectl apply -f deploy/rbac.yaml
# Ensure images in manifests match our registry # 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 sed -i "s|image: .*/test-client:latest|image: $(CLIENT_IMAGE)|" deploy/test-ds.yaml
kubectl apply -f deploy/webhook.yaml kubectl apply -f deploy/webhook.yaml
@echo "Waiting for webhook to be ready..." @echo "Waiting for webhook to be ready..."