diff --git a/test/endtoend/operator/101_initial_cluster.yaml b/test/endtoend/operator/101_initial_cluster.yaml index f0464aa3..197a8b47 100644 --- a/test/endtoend/operator/101_initial_cluster.yaml +++ b/test/endtoend/operator/101_initial_cluster.yaml @@ -8,11 +8,11 @@ metadata: name: example spec: images: - vtctld: vitess/lite:v19.0.4 - vtgate: vitess/lite:v19.0.4 - vttablet: vitess/lite:v19.0.4 - vtorc: vitess/lite:v19.0.4 - vtbackup: vitess/lite:v19.0.4 + vtctld: vitess/lite:v20.0.0-rc1 + vtgate: vitess/lite:v20.0.0-rc1 + vttablet: vitess/lite:v20.0.0-rc1 + vtorc: vitess/lite:v20.0.0-rc1 + vtbackup: vitess/lite:v20.0.0-rc1 mysqld: mysql80Compatible: mysql:8.0.30 mysqldExporter: prom/mysqld-exporter:v0.11.0 diff --git a/test/endtoend/operator/operator.yaml b/test/endtoend/operator/operator.yaml index 755a1635..ad12f748 100644 --- a/test/endtoend/operator/operator.yaml +++ b/test/endtoend/operator/operator.yaml @@ -6885,7 +6885,7 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: vitess-operator - image: planetscale/vitess-operator:v2.12.0 + image: planetscale/vitess-operator:v2.13.0-rc1 name: vitess-operator resources: limits: diff --git a/test/endtoend/upgrade_test.sh b/test/endtoend/upgrade_test.sh index 90101d92..66b898a6 100755 --- a/test/endtoend/upgrade_test.sh +++ b/test/endtoend/upgrade_test.sh @@ -245,7 +245,7 @@ killall kubectl setupKubectlAccessForCI get_started "operator.yaml" "101_initial_cluster.yaml" -verifyVtGateVersion "19.0.4" +verifyVtGateVersion "20.0.0-rc1" checkSemiSyncSetup # Initially too durability policy should be specified verifyDurabilityPolicy "commerce" "semi_sync" diff --git a/tools/get-e2e-test-deps.sh b/tools/get-e2e-test-deps.sh index 330849bd..0d034f9f 100755 --- a/tools/get-e2e-test-deps.sh +++ b/tools/get-e2e-test-deps.sh @@ -40,8 +40,8 @@ fi if ! command -v vtctldclient &> /dev/null then echo "Downloading vtctldclient..." - version=19.0.3 - file=vitess-${version}-cb5464e.tar.gz + version=20.0.0-rc1 + file=vitess-${version}-7e8c974.tar.gz wget https://github.com/vitessio/vitess/releases/download/v${version}/${file} tar -xzf ${file} cd ${file/.tar.gz/}