Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Cache Helm Repository contents #598

@shomron

Description

@shomron

/kind feature

Currently, a call to registry.helm.ResolveLibrary() results in the helm repository metadata being downloaded and parsed twice in succession, via the follow call chain:

ResolveLibrary -> ResolveLibrarySpec -> Chart -> Repository -> [HTTP]
                                     -> Chart -> Repository -> [HTTP]

We should consider caching strategies to avoid this, and whether they can be generalized to apply to all registry types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions