chore(deps): update helmfile/helmfile-action action to v2.4.6 #69

Merged
renovate-bot merged 1 commits from renovate/helmfile-helmfile-action-2.x into main 2026-07-01 06:04:01 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 85a729f29c - Show all commits
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy Helm
uses: helmfile/helmfile-action@daefb3e1fa5a91b7a88d30870d20da4896944818 # v2.4.5
uses: helmfile/helmfile-action@54b1d14bdfb9ae815b1f4ef213273a9025b6bdee # v2.4.6
with:
helmfile-args: apply
namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Validate Helm
uses: helmfile/helmfile-action@daefb3e1fa5a91b7a88d30870d20da4896944818 # v2.4.5
uses: helmfile/helmfile-action@54b1d14bdfb9ae815b1f4ef213273a9025b6bdee # v2.4.6
with:
helmfile-args: diff
namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}