fix pulling charts from OCI indices

Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com>
This commit is contained in:
Pedro Tôrres 2026-01-29 17:30:14 -08:00
parent de11348b9d
commit e629995c5d
No known key found for this signature in database
GPG key ID: 5C935CBE288EEE39

View file

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