fix: validate workflow

This commit is contained in:
iruy-fr
2026-05-21 16:43:37 -03:00
parent 9e49abb40d
commit ccd4159c59
+3 -1
View File
@@ -72,7 +72,9 @@ jobs:
helmfile --version
- name: Install Helm Diff plugin
run: helm plugin install https://github.com/databus23/helm-diff || true
run: |
helm plugin install https://github.com/databus23/helm-diff --version v3.9.3
helm diff version
- name: Debug Helm env
run: |