fix pulling charts from OCI indices

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

@ -566,6 +566,7 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) {
// Build allowed media types for chart pull
allowedMediaTypes := []string{
ocispec.MediaTypeImageIndex,
ocispec.MediaTypeImageManifest,
ConfigMediaType,
}

Loading…
Cancel
Save