Description of problem:
Currently, when using oc-mirror to mirror only Helm images, it displays collecting release images, operator images, and so on. This can be misleading.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.Perform m2d using the ISC added below.
2.
3.
Actual results:
2025/09/25 08:16:28 [INFO] : 🔍 collecting release images... 2025/09/25 08:16:28 [INFO] : 🔍 collecting operator images... 2025/09/25 08:16:28 [INFO] : 🔍 collecting additional images... 2025/09/25 08:16:28 [INFO] : 🔍 collecting helm images...
Expected results:
2025/09/25 08:16:28 [INFO] : 🔍 collecting helm images...
Additional info:
ISC file:
kind: ImageSetConfiguration
apiVersion: mirror.openshift.io/v2alpha1
mirror:
helm:
repositories:
- name: podinfo
url: https://stefanprodan.github.io/podinfo
charts:
- name: podinfo
version: 5.0.0
- name: sbo
url: https://redhat-developer.github.io/service-binding-operator-helm-chart/
- name: cosigned
url: https://sigstore.github.io/helm-charts
charts:
- name: cosigned
version: 0.1.23