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

UI offers oci links for downloading helm chart files #4172

Open
bb-Ricardo opened this issue Dec 5, 2024 · 3 comments
Open

UI offers oci links for downloading helm chart files #4172

bb-Ricardo opened this issue Dec 5, 2024 · 3 comments

Comments

@bb-Ricardo
Copy link

Describe the bug
When trying to download the helm chart for example bitnami redis and bitnami keaycloak, the UI offers a oci:// schema link instead of a https:// link which makes it impossible for the regular user to download.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
Getting offered a http link in order to download the Helm chart via browser.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version 131.0.6778.109
@bb-Ricardo bb-Ricardo added the bug label Dec 5, 2024
@tegioz
Copy link
Collaborator

tegioz commented Dec 5, 2024

Hi @bb-Ricardo 👋

Please see: https://blog.bitnami.com/2024/10/bitnami-helm-charts-moving-to-oci.html

You can use helm pull, install, etc with that link, but unfortunately it won't work in the browser.

We should probably update that message when the chart is OCI based, we'll take care of that 👍

@bb-Ricardo
Copy link
Author

Hi @tegioz,

thank you for this fast response.

Then I will need to change our tooling in order to extract the helm chart to be able to deploy them to our local repository.

It would be great to fix the link in the UI, or offer an explenation why the download link is not provided anymore.

Cheers
Ricardo

@bb-Ricardo
Copy link
Author

and it is so simple:

helm pull oci://registry-1.docker.io/bitnamicharts/redis --version 20.4.0

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

No branches or pull requests

2 participants