From 49e06fd3c4a11a64aa4db1c767e2c0a97ddb5ea5 Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Sat, 4 Apr 2026 14:11:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=95=9C=E5=83=8F=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index abec937..8c61d76 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -70,7 +70,7 @@ jobs: - name: Setup Kubectl run: | if ! command -v kubectl &>/dev/null; then - curl -LO "https://mirrors.aliyun.com/kubernetes/kubectl/v1.28.0/bin/linux/amd64/kubectl" + curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl" chmod +x kubectl && mv kubectl /usr/local/bin/ fi kubectl version --client