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"