ARTIFACTORY: Failed to pull using helm OCI repo

ARTIFACTORY: Failed to pull using helm OCI repo

Products
Frog_Artifactory
Content Type
Use_Case
AuthorFullName__c
Ruilin Fan
articleNumber
000006372
FirstPublishedDate
2025-03-13T16:20:59Z
lastModifiedDate
2025-08-01
VersionNumber
2
Introduction 

As follows, the login user has no annotation permission for the local helm OCI repo. After a successful push to the repo, the user may meet an error when pulling images from the repo, and the error message is “manifest does not contain minimum number of descriptors (2), descriptors found: 1”.

User-added image 

Root Cause

Check the relevant storage information from UI, which is abnormal;

 1. The abnormal package info that is unable to extract and show no data;

User-added image 

The normal one as follows;

User-added image 


 2. The abnormal properties that is no data was found;

User-added image 

The normal one as follows;

User-added image 

Thus, the reason is that it cannot annotate properties without annotation permission and there is no necessary data for the package info tab to extract, which will lead to the failure to pull it due to it lacking necessary information.


Resolution 

The above info demonstrates that the file is not complete due to no annotation permission but did not show error during the pushing.
It needs to grant annotation permission to the user then to push it again to fix the problems.