skupper icon indicating copy to clipboard operation
skupper copied to clipboard

kind-dev-cluster script is getting the wrong ROUTER_IMAGE_TAG

Open nluaces opened this issue 5 months ago • 2 comments

When e2e tests are being executed in a release, the kind-dev-cluster script is not getting the configured router version in the variable ROUTER_IMAGE_TAG, and is using instead SKUPPER_ROUTER_IMAGE that is not set in the Makefile.

As a result, the tests are being executed with the skupper controller image that is being released and the main skupper-router version by default.

nluaces avatar Jul 22 '25 16:07 nluaces

@nluaces one part of this I think you could be missing: that script is not ran by make presently.

c-kruse avatar Jul 22 '25 16:07 c-kruse

Right, it is referenced in config.yml my mistake.

nluaces avatar Jul 22 '25 16:07 nluaces