Compare commits

..

2 Commits

Author SHA1 Message Date
renovate-bot 37f47865ff chore(deps): update actions (#70)
Release / Release (push) Successful in 10s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-12 06:03:31 +02:00
renovate-bot cf733619c3 chore(deps): update azure/setup-helm action to v5.0.1 (#68)
Release / Release (push) Successful in 4s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-01 06:32:14 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
method: kubeconfig method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }} kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy Helm - name: Deploy Helm
uses: helmfile/helmfile-action@54b1d14bdfb9ae815b1f4ef213273a9025b6bdee # v2.4.6 uses: helmfile/helmfile-action@1f44bcb43e5fb17ecb2685d8b6081ec5f6aa5fcf # v2.4.7
with: with:
helmfile-args: apply helmfile-args: apply
namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }} namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
method: kubeconfig method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG }} kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Validate Helm - name: Validate Helm
uses: helmfile/helmfile-action@54b1d14bdfb9ae815b1f4ef213273a9025b6bdee # v2.4.6 uses: helmfile/helmfile-action@1f44bcb43e5fb17ecb2685d8b6081ec5f6aa5fcf # v2.4.7
with: with:
helmfile-args: diff helmfile-args: diff
namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }} namespace: ${{ inputs.namespace || steps.namespace.outputs.namespace }}