diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5138a95..72c4b06 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -135,7 +135,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy Helm - uses: helmfile/helmfile-action@f6f7844b9e6d9f5ac8cf4cdae8ada1a42755c036 # v2.4.4 + uses: helmfile/helmfile-action@daefb3e1fa5a91b7a88d30870d20da4896944818 # v2.4.5 with: helmfile-args: apply namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }} diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index 83b6c29..6cab37a 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -100,7 +100,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Validate Helm - uses: helmfile/helmfile-action@f6f7844b9e6d9f5ac8cf4cdae8ada1a42755c036 # v2.4.4 + uses: helmfile/helmfile-action@daefb3e1fa5a91b7a88d30870d20da4896944818 # v2.4.5 with: helmfile-args: diff namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}