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

feat: allow pulling from OCI registries #860

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MrMarkW
Copy link

@MrMarkW MrMarkW commented May 13, 2024

This change enables the support of pulling charts from OCI registries using this pattern:

chart:
  name: oci://{repo-url}/{chart-name}
  version: {version}

Example:

chart:
  name: oci://public.ecr.aws/karpenter/karpenter
  version: 0.36.0

@laszlocph
Copy link
Contributor

Appreciate the PR it looks good at first sight.

Let me check it and push a patch release with it.

@MrMarkW
Copy link
Author

MrMarkW commented May 15, 2024

@laszlocph I wasn't sure where to add the documentation or a good place for a test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants