Skip to content

Commit

Permalink
chore(e2e): fix e2e tests for 1.29.2->3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Aug 23, 2024
1 parent bf4b98c commit 3c78693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-kfddistribution-upgrades.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ echo "Executing upgrade to an intermediate version"

echo "----------------------------------------------------------------------------"
echo "Executing upgrade to the next version"
/tmp/furyctl apply --upgrade --config tests/e2e/kfddistribution-upgrades/furyctl-init-cluster-1.29.2.yaml --outdir "$PWD" --distro-location ./ --force upgrades --disable-analytics
/tmp/furyctl apply --upgrade --config tests/e2e/kfddistribution-upgrades/furyctl-init-cluster-1.29.2.yaml --outdir "$PWD" --force upgrades --disable-analytics

echo "----------------------------------------------------------------------------"
echo "Executing upgrade to the next version"
echo "Executing upgrade to the latest version"
/tmp/furyctl apply --upgrade --config tests/e2e/kfddistribution-upgrades/furyctl-init-cluster-1.29.3.yaml --outdir "$PWD" --distro-location ./ --force upgrades --disable-analytics

0 comments on commit 3c78693

Please sign in to comment.