Skip to content

Commit 03c907a

Browse files
committed
trigger ci
1 parent db3c2e4 commit 03c907a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint_charts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- valid_schema_json
1112

1213
jobs:
1314
release:
@@ -27,7 +28,7 @@ jobs:
2728
for chart in charts/*/; do
2829
if [ -f "$chart/Chart.yaml" ]; then
2930
echo "Validating $chart"
30-
helm lint "$chart"
31+
helm lint "$chart" --strict
3132
helm template "$chart" --debug
3233
fi
3334
done

0 commit comments

Comments
 (0)