fix pulling charts from OCI indices

Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com>
pull/31776/head
Pedro Tôrres 5 days ago
parent e685076bc0
commit d983696e35
No known key found for this signature in database
GPG Key ID: 5C935CBE288EEE39

@ -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