gimlet icon indicating copy to clipboard operation
gimlet copied to clipboard

feat: allow pulling from OCI registries

Open MrMarkW opened this issue 9 months ago • 2 comments

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

MrMarkW avatar May 13 '24 18:05 MrMarkW

Appreciate the PR it looks good at first sight.

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

laszlocph avatar May 15 '24 07:05 laszlocph

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

MrMarkW avatar May 15 '24 16:05 MrMarkW