From 5b0e17be2e8ae78844b1cefec29af2a90734fcda Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Sun, 28 Sep 2025 09:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2yaml?= 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 05042bb..4a1984d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: - name: Install run: | helm upgrade --install gongzheng-backend ./.gitea/charts \ - --namespace gongzheng \ + --namespace gongzhengb \ --create-namespace \ --set image.repository=14.103.114.237:30005/gongzheng-backend \ --set image.tag=${{ gitea.run_id }}