Skip to content

Commit

Permalink
Add qoutes for version
Browse files Browse the repository at this point in the history
  • Loading branch information
greggbjensen committed Aug 15, 2024
1 parent afe6983 commit 98293d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/charts-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
chart=$(dirname $chartFile)
name=$(basename chart)
sed -i "s/^\s*\(app\)\?\([Vv]ersion:\s*\).\+/\1\2$VERSION/" $chartFile
sed -i 's/^\s*\(app\)\?\([Vv]ersion:\s*\).\+/\1\2"$VERSION"/' $chartFile
cat $chartFile
helm dependency update $chart
helm lint $chart
Expand Down

0 comments on commit 98293d8

Please sign in to comment.