Skip to content

Commit

Permalink
ci: set FLUVIO_IMAGE_TAG_STRATEGY
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Nov 14, 2023
1 parent 2753382 commit 427bfb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/upgrade-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ function validate_upgrade_cluster_to_prerelease() {
echo "Installed CLI version ${DEV_VERSION}"
echo "Upgrading cluster to ${DEV_VERSION}"
echo "Target Version ${TARGET_VERSION}"
$FLUVIO_BIN_ABS_PATH cluster upgrade \
--image_version ${TARGET_VERSION}

FLUVIO_IMAGE_TAG_STRATEGY=version-git \
$FLUVIO_BIN_ABS_PATH cluster upgrade
echo "Wait for SPU to be upgraded. sleeping 1 minute"
else
echo "Test local image v${PRERELEASE}"
Expand Down

0 comments on commit 427bfb3

Please sign in to comment.