Skip to content

Commit

Permalink
Update smoke-test-release-branch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Oct 30, 2023
1 parent ab918ce commit 7492965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/smoke-test-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fi

# SMOKE TESTING THAT THE OSSMC IMAGE IS ON QUAY.IO

EXPECTED_OSSMC_IMAGE="quay.io/kiali/ossmconsole:v${OSSMC_VERSION}"
EXPECTED_OSSMC_IMAGE="quay.io/kiali/ossmconsole:v0.4.0"
infomsg "Checking that the OSSMC image is published on quay.io at: ${EXPECTED_OSSMC_IMAGE}"
if ! docker pull ${EXPECTED_OSSMC_IMAGE} &>/dev/null ; then
abort_now "The OSSMC image is not published on quay.io. This is missing: [${EXPECTED_OSSMC_IMAGE}]. The smoke test has FAILED!"
Expand Down

0 comments on commit 7492965

Please sign in to comment.