-
Notifications
You must be signed in to change notification settings - Fork 187
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
[RFC-0002] Implement Flux OCI support for Helm #669
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
I have an issue pulling charts from GCP Artifact Registry.
Flux version:
Any idea? |
Did you follow the guide here: https://fluxcd.io/docs/guides/helmreleases/#helm-oci-repository? You need |
@adim please set the |
already set it as oci, my YAML:
|
The kubectl output says otherwise... Did you apply manually a type change to an existing object? Please open a separate issue for this. |
I delete the source and try to recreate it. Do I need to upgrade something? |
Yes, you need to install the latest CRD version that comes with Flux 0.31.0. OCI support is part of source-controller starting with version 0.25.0. |
It works , Thank you @makkes |
yay 🎉 tidying up |
Implement Flux OCI support for Helm according to RFC-0002 specifications.
For e2e testing we can use: https://github.com/users/stefanprodan/packages/container/package/charts%2Fpodinfo
The text was updated successfully, but these errors were encountered: