From 1753314622a01e73b04572e2102b2a12153b5570 Mon Sep 17 00:00:00 2001 From: Johnu George Date: Fri, 19 Aug 2022 20:02:03 +0530 Subject: [PATCH] Update training operator image in CI --- test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh b/test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh index fbf239acd15..625c6f6dcd5 100755 --- a/test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh +++ b/test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh @@ -23,7 +23,7 @@ cd "$(dirname "$0")" DEPLOY_KATIB_UI=${1:-false} DEPLOY_TRAINING_OPERATOR=${2:-false} E2E_TEST_IMAGE_TAG="e2e-test" -TRAINING_OPERATOR_VERSION="v1.5.0-rc.0" +TRAINING_OPERATOR_VERSION="v1.5.0" echo "Start to install Katib"