Skip to content

Commit

Permalink
fix: update chart-version-bump.sh to bump only the chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba committed Nov 16, 2023
1 parent 1fa05f6 commit 0a38aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chart-version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

awk '
{
if ($1 == "version:")
if ($0 ~ /^version:/)
{
l = split($NF, v, ".");
v[l]++;
Expand Down

0 comments on commit 0a38aac

Please sign in to comment.