From a8c100fa5054ef33c79bd83d25fde0d1ca8d0c97 Mon Sep 17 00:00:00 2001 From: Labay <150743559+ZhenYiao@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:31:41 +0800 Subject: [PATCH] fix deps timeout for 2m to 5m --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d3931aab..816a0192 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -53,6 +53,6 @@ jobs: - name: Deploy uses: WyriHaximus/github-action-helm3@v3 with: - exec: /usr/sbin/helm upgrade jiaozifs-api --install ./chart --wait --atomic --timeout 2m --namespace jiaozifs --set-string log_level=debug --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }} + exec: /usr/sbin/helm upgrade jiaozifs-api --install ./chart --wait --atomic --timeout 10m --namespace jiaozifs --set-string log_level=debug --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }} kubeconfig: ${{ secrets.KUBECONTENT }} overrule_existing_kubeconfig: "true"