Describe the bug
Carbide Harvester can't be used in an Airgapped environment due to the helm charts attempting to use 'registry.rancher.com' vs docker.io, so they are pulled from the ISO itself.
To Reproduce
Steps to reproduce the behavior:
Download harvester-v1.3.1-carbide-1-amd64.iso via Hauler from AzureCR
Install harvester-v1.3.1-carbide-1-amd64.iso into an airgapped network (with NO external / internet connectivity)
Follow through install steps, after reboot, hit F-12, log in, watch k9s -> pods
All helm-operation pods fail due to ImagePullBackOff as the containers are attempting to pull from registry.rancher.com
Expected behavior
The helm operation pods should have used the rancher/shell that's located internally on the ISO
Describe the bug Carbide Harvester can't be used in an Airgapped environment due to the helm charts attempting to use 'registry.rancher.com' vs docker.io, so they are pulled from the ISO itself.
To Reproduce Steps to reproduce the behavior:
Expected behavior The helm operation pods should have used the rancher/shell that's located internally on the ISO
Screenshots