Skip to content

Commit

Permalink
Skip regex after postgresql in chart/values.yaml (MarquezProject#…
Browse files Browse the repository at this point in the history
…2488)

Signed-off-by: wslulciuc <[email protected]>
Signed-off-by: Xavier-Cliquennois <[email protected]>
  • Loading branch information
wslulciuc authored and Xavier-Cliquennois committed Jul 26, 2023
1 parent 390d1d1 commit 5b8c0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sed -i "" "s/version=.*/version=${RELEASE_VERSION}/g" gradle.properties

# (2) Bump version in helm chart
sed -i "" "s/^version:.*/version: ${RELEASE_VERSION}/g" ./chart/Chart.yaml
sed -i "" "s/tag:.*/tag: ${RELEASE_VERSION}/g" ./chart/values.yaml
sed -i "" -E -e "/postgresql/,\$b" -e "s/tag:.*/tag: ${RELEASE_VERSION}/g" ./chart/values.yaml

# (3) Bump version in scripts
sed -i "" "s/VERSION=.*/VERSION=${RELEASE_VERSION}/g" ./docker/up.sh
Expand Down

0 comments on commit 5b8c0f2

Please sign in to comment.