elemental
elemental copied to clipboard
ci: add support to deploy Rancher Manager from another registry
Until now we always install Rancher Manager from the same (official) repository, but with Rancher Prime it could be good to change the default registry to another one to validate newer version/fixes.
It could "simply" be to modified stable/latest
to prime
. Check also for rc/pre version of Prime.
Support added in helpers library,need to be tested and implemented in E2E tests.