-
Notifications
You must be signed in to change notification settings - Fork 707
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
Unable to add OCI based GCP's Artifact Registry to Kubeapps #4284
Comments
Originally discussed on slack. I've not bisected to see if it's a recent change since switching to the kubeapps-apis server (assume so) or something we've had in the OCI support from the start (doubt it?), but it seems we've enforced a helm package identifier of |
I had a quick look at the issue (I have repro it, but using Harbor) and the problem seems to be twofold:
but the URL it requests is:
|
As per the comment at #4739 (comment):
Hi @jeunii, I'm reopening the issue since I didn't mean to close it before checking it with you first. Since the modified component is
If it doesn't work, you can always use our local chart; that is, cloning this project and installing the chart defined under Let us know if this PR fixed your issue, otherwise, we will still continue to investigate it! |
Hi @jeunii 👋 , could you take a look on this? Do you have any update related to this issue? |
Description:
I am trying to add an OCI Registry to the App Repository. The OCI registry is GCP's Artifact Registry
OCI registry type is supported.
In GCP I have setup a test repo and can successfully deploy a helm release
I have followed the guide and my config looks like this
I can create the repo in kubeapps successfully and its displayed on the UI
But when I click on it I get the error
Steps to reproduce the issue:
Describe the results you received:
I cannot view the helm chart in Catalogue section in Kubeapps. Refreshing the repo creates a cronjob which runs succesfully
The app repository controller also does not show any error
Describe the results you expected:
Expect to see the helm chart and deploy it.
Additional information you deem important (e.g. issue happens only occasionally):
I also uploaded version 0.2.0 to GCP's artifact repository but it still shows version 0.1.0 in kubeapps UI
In GCP:
In Kubeapps after refreshing the repo
I also see such errors
In GCP
Version of Helm, Kubeapps and Kubernetes:
The text was updated successfully, but these errors were encountered: