-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.8
-
None
-
None
-
Unspecified
-
If docs needed, set a value
Description of problem:
In order to allow disconnected deployments Hive needs to include the Digest instead of the tag on the CSV uploaded to OperatorHub and builded on the build and index image of the Hive operator.
Version-Release number of selected component (if applicable):
all versions affected
How reproducible:
Always
Steps to Reproduce:
1. With an OCP already running 4.X
2. Deploy the ImageContentSourcePolicies for Hive
3. Deploy the catalogSource pointing to the right image
4. Deploy Hive Operator
Actual results:
It fails with an ImagePullBackOff
Expected results:
Deployment done properly
Additional info:
The problem here it's more on the ICSP API, it does not have exposed the "mirror-by-digest-only" option, so you need to make some manual modifications in order to make it work.