-
Notifications
You must be signed in to change notification settings - Fork 203
Use OCIRepository in HelmRelease #870
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
Comments
This is somewhat related to this issue #867 |
As per fluxcd/flux2#3002 (comment), it seems like |
Good spot @yafanasiev! In this case it's important that |
The auto-login does not work for Helm at present because the Helm project makes use of ORAS, which unlike the library we use for @souleb is evaluating an adapter component this week to allow ORAS' credential callback to make use of |
Hello, I tried the new
OCIRepository
resource and it works great with private GCP Artifact Registry (Workload Identity auth) storing OCI Helm Charts.However, I'm not able to use it with HelmRelease resources:
Unsupported value: "OCIRepository": supported values: "HelmRepository", "GitRepository", "Bucket"
Is this coming, or did I get it completely wrong and
OCIRepository
is not meant to be used withHelmRelease
?Thanks!
The text was updated successfully, but these errors were encountered: