Skip to content

Immediate cache invalidation #1

Description

@ecojuntak

Description
The helm repo detail (chart name and versions) is fetched from chart repo and stored to redis. For the next repo detail retrival will check redis first. If chart detail exists on redis, the backend will return data from redis, else it will fetch again from chart repo. This cache still not have expiration time.

If a new version of the chart released, it will not shown on the version list. So need to make a machanism to immidiate invalidate the cache so it wil fetch new chart detail from chart repo.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions