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

Unable to download ELK chart information #30653

Open
hw2822 opened this issue Nov 28, 2024 · 2 comments
Open

Unable to download ELK chart information #30653

hw2822 opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
logstash tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@hw2822
Copy link

hw2822 commented Nov 28, 2024

Name and Version

bitnami/logstash

What architecture are you using?

None

What steps will reproduce the bug?

I can't download the chart information by running helm show all bitnami/logstash but other charts like kafka and jenkins are fine

What do you see instead?

Error: failed to download "bitnami/logstash"
@hw2822 hw2822 added the tech-issues The user has a technical issue about an application label Nov 28, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 28, 2024
@hw2822
Copy link
Author

hw2822 commented Nov 28, 2024

I am using lens on Windows. It seems lens is always fetching the latest version

when I run helm pull bitnami/logstash I got

cannot rename d:\Users\local_xxxxx\Temp\logstash:6.3.9-.tgz099912535 to logstash:6.3.9-.tgz: rename d:\Users\local_hwxxxx\Temp\logstash:6.3.9-.tgz099912535 logstash
:6.3.9-.tgz: The parameter is incorrect

But when I tried version 6.3.8 it was successful.

@carrodher
Copy link
Member

Historically, Bitnami Helm charts were accessed by adding the Bitnami repository to the Helm CLI:

$ helm repo add bitnami https://charts.bitnami.com/bitnami

or by directly installing/pulling a specific Helm chart using the --repo flag:

$ helm pull --repo https://charts.bitnami.com/bitnami foo

In April 2023, Bitnami introduced support for the OCI format, recommending OCI-based installation as the primary method going forward. For example:

helm pull oci://registry-1.docker.io/bitnamicharts/external-dns --version 8.6.0

As detailed in our recent announcement and #30110, the traditional method is now being deprecated. Consequently, the index.yaml served at https://charts.bitnami.com/bitnami now uses OCI URLs, probably it is an issue in lens about how it handles OCI URLs, you should open an issue there looking for a solution in that tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logstash tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants