dimas-b commented on code in PR #4755:
URL: https://github.com/apache/polaris/pull/4755#discussion_r3456215334


##########
releasey/libs/_version.sh:
##########
@@ -121,7 +121,7 @@ function update_helm_version {
   # It's not necessary to update $HELM_VALUES_SCHEMA_FILE or 
$HELM_REFERENCE_DOC_FILE here, because
   # these files will be generated from $HELM_VALUES_FILE during the release 
process, and they will
   # automatically reflect the updated version.
-  exec_process sed -E -i~ 's/^(  tag: )"latest".*$/\1"'"${new_version}"'"/' 
"$HELM_VALUES_FILE"
+  exec_process sed -E -i~ 's/^([[:space:]]+tag: 
)"latest".*$/\1"'"${new_version}"'"/' "$HELM_VALUES_FILE"

Review Comment:
   nit: unrelated change?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to