Rke2 private registry

I am trying to setup a air-gaped rke2 cluster and want to use Artifactory as private registry. When i start service as “rke2 server”, it fail as it is constructing incorrect registry url.
For example:
tar files are at - > artifactory/v2/repo-name/rke2/linux.amd62.tar.gz
and when i run “rke2 server”, it construct URL as artifactory/v2/rke2/linux.amd62.tar.gz

Some environment details:

Appreciate any suggestions