mirror of
https://github.com/helm/helm.git
synced 2026-04-23 23:28:44 -04:00
fix pulling charts from OCI indices
Signed-off-by: Pedro Tôrres <pedrotorres@microsoft.com>
This commit is contained in:
parent
de11348b9d
commit
e629995c5d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue