Skip to content

Commit

Permalink
fix: update chart-version-bump.sh to bump only the chart version (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba authored Nov 16, 2023
1 parent 1fa05f6 commit cdae3a7
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 cdae3a7

Please sign in to comment.