Skip to content

Commit 911f2e9

Browse files
t0rr3sp3dr0scottrigby
authored andcommitted
fix pulling charts from OCI indices
Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com> (cherry picked from commit e629995)
1 parent 76dad33 commit 911f2e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/registry/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ func (c *Client) Pull(ref string, options ...PullOption) (*PullResult, error) {
510510
}
511511
memoryStore := memory.New()
512512
allowedMediaTypes := []string{
513+
ocispec.MediaTypeImageIndex,
513514
ocispec.MediaTypeImageManifest,
514515
ConfigMediaType,
515516
}

0 commit comments

Comments
 (0)