rhkp commented on code in PR #517:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/517#discussion_r1734952445
##########
hack/bump-version.sh:
##########
@@ -23,13 +23,20 @@ source "${script_dir_path}"/env.sh
imageTag='docker.io/apache/incubator-kie-sonataflow-operator'
# shellcheck disable=SC2034
old_version=$(getImageTagVersion)
+old_operator_version=$(getOperatorVersion)
new_version=$1
+quarkus_version=$2
if [ -z "${new_version}" ]; then
echo "Please inform the new version"
exit 1
fi
+if [ -z "${quarkus_version}" ]; then
+ quarkus_version="3.13.0"
+ echo "Warning: The Quarkus version is not supplied, defaulting to version:
$quarkus_version"
Review Comment:
I agree @ricardozanini.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]