Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants