Image version mismatch

Hi,

Iam trying to deploy Knime with airgap installation with command

kubectl kots install knime-hub
–namespace $NAMESPACE
–kotsadm-namespace $NAMESPACE
–shared-password $KOTS_ADMIN_PASSWORD
–license-file $LICENSE_FILE
–airgap-bundle $AIRGAP_PACKAGE
–wait-duration 10m
–kotsadm-registry $REGISTRY_HOST
–registry-username $REGISTRY_USERNAME
–registry-password $REGISTRY_PASSWORD

In first phase it uploads images to my private repo

curl http://10.0.0.9:30500/v2/knime/minio/tags/list
{“name”:“knime/minio”,“tags”:[“RELEASE.2022-03-17T06-34-49Z”]}

but when tries do use it later

k -n knime describe pod kotsadm-minio-0
Failed to pull image "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": rpc error: code = NotFound desc = failed to pull and unpack image "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": failed to resolve reference "10.0.0.9:30500/knime/minio:0.20250524.170830-r1": 10.0.0.9:30500/knime/minio:0.20250524.170830-r1: not found

Looks like there is an image mismatch between what it uploads and would like to pull.
How can I handle it ?
airgap version: 1.14.0

Hi @przemek,

Can you generate a support bundle and submit it via Vendor Portal Submit a Support Request | Replicated Docs so that we can take a closer look into the issue?

Cheers,
Gerard

Also please make sure you have pushed the KOTS Admin Console airgap images to the private registry

kubectl kots admin-console push-images ./kotsadm.tar.gz REGISTRY_HOST \
  --registry-username RW_USERNAME \
  --registry-password RW_PASSWORD

ref: Air Gap Installation in Existing Clusters with KOTS | Replicated Docs