fix pulling charts from OCI indices

Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com>
(cherry picked from commit e629995c5d)
release-3.20
Pedro Tôrres 2 months ago committed by Scott Rigby
parent 76dad33fb1
commit 911f2e908a
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -510,6 +510,7 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) {
}
memoryStore := memory.New()
allowedMediaTypes := []string{
ocispec.MediaTypeImageIndex,
ocispec.MediaTypeImageManifest,
ConfigMediaType,
}

Loading…
Cancel
Save