roboll / helmfile

Deploy Kubernetes Helm Charts
MIT License
4.04k stars 565 forks source link

[Feature Request] helmfile supports pulling charts from an OCI repository via helm’s experimental support #1403

Open onpaj opened 4 years ago

onpaj commented 4 years ago

Helmfile can pull charts from Azure Container Registry using Helm 2.0 approach via az acr helm, which is deprecated. Suggested approach to work with Azure Container Registry is by using Helm 3.0 OCI artifacts support (helm chart push, helm chart pull).

mumoshu commented 4 years ago

@onpaj Hey! Sounds good, but honestly I'm not at all familiar with the OCI repository support.

Does Helmfile need to helm chart pull and then helm chart export instead of just helm fetch for this? Are there anything else we need to care about?

johnlinvc commented 4 years ago

I'm interested in adding this feature. Followings are from the research I made.

guillaq commented 4 years ago
chrismellard commented 3 years ago

I need this to enable OCI registries in jenkins-x so will probably take a look at creating a PR for this (assuming it doesn't become a rabbit hole ;) )

WIP PR here - #1629

varunpalekar commented 3 years ago

Actually we are so eagerly waiting for this feature, any update on including this feature! I can also try to help

chrismellard commented 3 years ago

HI @varunpalekar . Dev has been done on the linked PR. Just awaiting a review.

aeimer commented 3 years ago

@chrismellard is this ticket already closed? I guess, as the PR #1629 is merged?!

scottrigby commented 2 years ago