You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to a HelmChart with a 403 because it doesn't have a proper oauth2 token to present to the GCR. I have seen that OCIRegistry seems to support auto-login and i also found #798 which referred to work done in fluxcd/image-reflector-controller#264 which seems to be implemented with 63c9439 which only implements OCI auto login for OCIRepository not HelmChart
The text was updated successfully, but these errors were encountered:
Hello,
currently i try to deploy a Helm Chart from a HelmRepository like this:
When i use the HelmRepository in a HelmRelease the source controller tries to download a HelmChart
This leads to a HelmChart with a 403 because it doesn't have a proper oauth2 token to present to the GCR. I have seen that OCIRegistry seems to support auto-login and i also found #798 which referred to work done in fluxcd/image-reflector-controller#264 which seems to be implemented with 63c9439 which only implements OCI auto login for OCIRepository not HelmChart
The text was updated successfully, but these errors were encountered: