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

Add registry support (OCI) #633

Closed
evilezh opened this issue Nov 30, 2020 · 6 comments · Fixed by #837
Closed

Add registry support (OCI) #633

evilezh opened this issue Nov 30, 2020 · 6 comments · Fixed by #837

Comments

@evilezh
Copy link

evilezh commented Nov 30, 2020

Seems helm3 OCI registry is working properly. I would be nice to be able to deploy from docker repos.
I might be missing something, I tried some combinations with repo, but nothing wokred out. So - I expect this is probably new feature.

I got idea, that it is experimental feature, but as meny experimental features, which work - it will stay forever.

@alexsomesan
Copy link
Member

Would you be willing to try out whether enabling the feature in Helm like described here https://helm.sh/docs/topics/registries/#enabling-oci-support would be sufficient?
This means setting that environment variable and trying to do an apply with a helm_release resource that references such a chart.

@wd
Copy link

wd commented Dec 8, 2020

I have tried to push a chart to aws ECR follow this guide, and it's working.

But I haven't try to install the chart from ECR, this is the guide .

@owenthereal
Copy link

owenthereal commented Jan 5, 2021

I was looking for this but found that the Helm registry code is currently in an internal package so it can't be accessed by this project yet...: https://github.com/helm/helm/blob/master/cmd/helm/root.go#L191-L195 & https://github.com/helm/helm/blob/master/cmd/helm/root.go#L32

@Pluies
Copy link

Pluies commented Jan 25, 2022

I was looking for this but found that the Helm registry code is currently in an internal package so it can't be accessed by this project yet...: https://github.com/helm/helm/blob/master/cmd/helm/root.go#L191-L195 & https://github.com/helm/helm/blob/master/cmd/helm/root.go#L32

Good news, as of Helm 3.8.0, support for OCI repositories is now generally available! 🎉

This should enable the Helm provider to support it as a first-class construct.

@yuri-tieto
Copy link

Any update on this one?

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants