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

kubeapps Pacakage repository Not working with OCI based harbor artifacts #7862

Open
vijimgowda opened this issue Jun 25, 2024 · 3 comments · May be fixed by #8015
Open

kubeapps Pacakage repository Not working with OCI based harbor artifacts #7862

vijimgowda opened this issue Jun 25, 2024 · 3 comments · May be fixed by #8015

Comments

@vijimgowda
Copy link

Summary
kubeapps not able to sync charts from package repository for OCI based charts
steps followed

pushed helm chart to harbor ( stored as OCI )
> Goto add Package Repository
> Add OCI harbor "URL"
> select "Packaging Format" as "Helm Charts"
> selected "Scope" as Namespaced repository (using the "$namespace" namespace)
> Selected "Package Storage Type" "OCI Registry"
> Selected "Authentication" "Basic Auth" ( Username and Password )
> Added "Filtering" "List of repository" ( my oci repository name )
> submitted "INSTALL REPOSITORY"
> Package Repository successfully added and appeared in "Namespaced Repositories:"

Issue :

Not visible in Catalog option and upgrade option not shown in Application Tile
upgrade_button_disabled
catalog_issue

@vijimgowda
Copy link
Author

Any update on this issue

@vijimgowda
Copy link
Author

#4670 Team help us to resolve above issue

@beltran-rubo
Copy link
Collaborator

This is not supported in Kubeapps right now. This was implemented for Bitnami Helm charts in DockerHub in a previous version:

Kubeapps v2.9.0 (chart version 14.0.1) is a minor release that fixes some bugs and introduces working support for listing a catalog of apps when your charts are stored in an OCI registry (without having to list them manually). Specifically, this release supports registries on dockerhub, such as Bitnami's "oci://registry-1.dockerhub.io/bitnamicharts". This feature is behind a flag ociCatalog.enabled=true until we support more registries.

@Daniel-Marynicz Daniel-Marynicz linked a pull request Aug 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants