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

helm repo update fails intermittently #31257

Open
akshaymankar opened this issue Jan 8, 2025 · 20 comments
Open

helm repo update fails intermittently #31257

akshaymankar opened this issue Jan 8, 2025 · 20 comments
Assignees
Labels
stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@akshaymankar
Copy link

akshaymankar commented Jan 8, 2025

What steps will reproduce the bug?

Add the Bitnami Helm repo and try to update it.

What is the expected behavior?

helm repo update succeeds consistently.

What do you see instead?

Getting updates for unmanaged Helm repositories...
...Unable to get an update from the "https://charts.bitnami.com/bitnami" chart repository:
	stream error: stream ID 1; INTERNAL_ERROR; received from peer
@akshaymankar akshaymankar added the tech-issues The user has a technical issue about an application label Jan 8, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 8, 2025
@reixd
Copy link
Contributor

reixd commented Jan 8, 2025

Same here. Happens on AWS eu-west-1 but not in eu-central-1

@pkruk
Copy link

pkruk commented Jan 8, 2025

We have the same issue:

Error: could not find : chart external-dns not found in https://charts.bitnami.com/bitnami: looks like "https://charts.bitnami.com/bitnami" is not a valid chart repository or cannot be reached: stream error: stream ID 1; INTERNAL_ERROR
187
Error: Process completed with exit code 1.

@robertnagy86
Copy link

We also have the same issue.

Unknown desc = `helm repo add bitnami https://charts.bitnami.com/bitnami` failed exit status 1: Error: looks like "https://charts.bitnami.com/bitnami" is not a valid chart repository or cannot be reached: stream error: stream ID 1; INTERNAL_ERROR; received from peer

@koendelaat
Copy link

+1

@aleshav
Copy link

aleshav commented Jan 8, 2025

same here, also accessing from aws eu-west-1

@Mykhailov3
Copy link

Same for me.

@mmadhur-cops
Copy link

+1

2 similar comments
@ikramelbrahli
Copy link

+1

@BenjaminPiffeteau
Copy link

+1

@vinodkumar-wagh
Copy link

+1
We are also facing the same issue. Did anyone found any root cause for this.

@WesleyCharlesBlake
Copy link

Also facing issues here. Wasnt there recently some SSL/TLS changes to bitnami?? Not sure where I read it. However this is affecting all apps that have a dependancy on bitnami helm repos

@WesleyCharlesBlake
Copy link

wait, is it not because of the OCI registry only oci

@carrodher
Copy link
Member

Apologies for the inconvenience. We are currently investigating internally to determine if there is any issue with the location where the index.yaml file or Helm charts are hosted. Please rest assured, that no intentional changes have been made recently that would affect this.

That said, please note that this method of consuming Bitnami Helm charts is neither the default nor the recommended approach. We strongly encourage consuming Bitnami Helm charts as OCI artifacts. For more information, please refer to this issue.

@carrodher
Copy link
Member

Update: Bitnami Helm charts index.yaml is served via CloudFlare where it seems there are ongoing incidents according to https://www.cloudflarestatus.com/

@mmadhur-cops
Copy link

I think this issue can be closed now. @carrodher

@msdolbey
Copy link

msdolbey commented Jan 9, 2025

I think this issue can be closed now. @carrodher

Same here - it's working for us now and we got over the hump.

@alexsorkin
Copy link

Seems someone did a "great" job of ruining the http registry index:
message: 'chart pull error: failed to download chart for remote reference: Get "oci://registry-1.docker.io/bitnamicharts/thanos:15.9.2": unsupported protocol scheme "oci"' reason: ChartPullFailed
This is being returned by http registry search.

@carrodher
Copy link
Member

Seems someone did a "great" job of ruining the http registry index: message: 'chart pull error: failed to download chart for remote reference: Get "oci://registry-1.docker.io/bitnamicharts/thanos:15.9.2": unsupported protocol scheme "oci"' reason: ChartPullFailed This is being returned by http registry search.

See #30110

@alexsorkin
Copy link

HTTP registry MUST point to HTTP urls...
This decision just ruined delivery pipelines in 100.000 companies having PCI envs, and private chart proxies.

$ helm show values redacted-private/thanos Error: failed to fetch https://redacted-private-registry/registry-context/api/helm/redacted-private/oci://registry-1.docker.io/bitnamicharts/thanos:15.9.2 : 404

All Proxied Charts are now broken.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests