Skip to content

Commit cdae3a7

Browse files
authored
fix: update chart-version-bump.sh to bump only the chart version (#1480)
1 parent 1fa05f6 commit cdae3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/chart-version-bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
awk '
66
{
7-
if ($1 == "version:")
7+
if ($0 ~ /^version:/)
88
{
99
l = split($NF, v, ".");
1010
v[l]++;

0 commit comments

Comments
 (0)