Skip to content

Commit

Permalink
fix kubeconform test
Browse files Browse the repository at this point in the history
  • Loading branch information
b0l0k committed Oct 17, 2023
1 parent e66d8ec commit 03f1d59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_helm_lint_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
strategy:
matrix:
k8s:
- v1.22.4
- v1.23.0
- v1.24.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion helm/conform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
fi
# Test if the directory respects the convention */charts & */values
if [ values == ${chart} -o ! -f values ]; then
if [ ${values} == ${chart} -o ! -d ${values} ]; then
echo "Chart/Values not present, skip."
continue
fi
Expand Down

0 comments on commit 03f1d59

Please sign in to comment.