Skip to content

Commit

Permalink
Update Training operator Image in CI (#2103)
Browse files Browse the repository at this point in the history
* Update training operator image in CI

* Remove deprecated GRPC var

* Remove deprecated GRPC var

* Remove deprecated GRPC var

* Support for k8s v1.25 in CI

* Revert "Support for k8s v1.25 in CI"

This reverts commit 16e6fe4.

* Update training operator image in Katib CI
  • Loading branch information
johnugeorge authored Jan 26, 2023
1 parent 7303a3a commit c55414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/scripts/gh-actions/setup-katib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEPLOY_TRAINING_OPERATOR=${2:-false}
WITH_DATABASE_TYPE=${3:-mysql}

E2E_TEST_IMAGE_TAG="e2e-test"
TRAINING_OPERATOR_VERSION="v1.5.0"
TRAINING_OPERATOR_VERSION="v1.6.0-rc.0"

echo "Start to install Katib"

Expand Down

0 comments on commit c55414e

Please sign in to comment.