Skip to content

Commit

Permalink
Make script change version of helm chart as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrSharp committed Apr 28, 2023
1 parent 4cb2d01 commit e1eace7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion set-app-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fi

# Update the version in the Cargo.toml file
sed -i "s/^version = \".*\"$/version = \"$new_version\"/" Cargo.toml
sed -i "s/^appVersion: \".*\"$/appVersion: \"$new_version\"/" helm/Chart.yaml
sed -i "s/^appVersion: \".*\"$/appVersion: \"$new_version\"/" charts/kufefe/Chart.yaml
sed -i "s/^version: .*$/version: $new_version/" charts/kufefe/Chart.yaml

echo "Version updated to $new_version"

0 comments on commit e1eace7

Please sign in to comment.