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 add bitnami https://charts.bitnami.com/bitnami is failing with #25364

Closed
vikram-yerneni opened this issue Apr 24, 2024 · 3 comments
Closed
Assignees
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@vikram-yerneni
Copy link

vikram-yerneni commented Apr 24, 2024

Name and Version

charts.bitnami.com/bitnami

What architecture are you using?

None

What steps will reproduce the bug?

#8433

Are you using any custom parameters or values?

find . -name 'Chart.yaml' && find . -name 'values.yaml

What is the expected behavior?

It should download the charts and package them via Helm

What do you see instead?

time="2024-04-24T13:37:55Z" level=error msg="`sh -c \"helm repo add argo [https://argoproj.github.io/argo-helm\\nhelm](https://argoproj.github.io/argo-helm//nhelm) repo add bitnami [https://charts.bitnami.com/bitnami\\nhelm](https://charts.bitnami.com/bitnami//nhelm) dependency build\\n\"` failed exit status 1: Error: looks like \"[https://charts.bitnami.com/bitnami\"](https://charts.bitnami.com/bitnami/%22) is not a valid chart repository or cannot be reached: Get \"[https://charts.bitnami.com/bitnami/index.yaml\":](https://charts.bitnami.com/bitnami/index.yaml/%22:) x509: certificate signed by unknown authority\nError: cannot load values.yaml: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type map[string]interface {}" execID=4b3fd

time="2024-04-24T13:37:55Z" level=error msg="finished streaming call with code Unknown" error="error generating manifests: `sh -c \"helm repo add argo [https://argoproj.github.io/argo-helm\\nhelm](https://argoproj.github.io/argo-helm//nhelm) repo add bitnami [https://charts.bitnami.com/bitnami\\nhelm](https://charts.bitnami.com/bitnami//nhelm) dependency build\\n\"` failed exit status 1: Error: looks like \"[https://charts.bitnami.com/bitnami\"](https://charts.bitnami.com/bitnami/%22) is not a valid chart repository or cannot be reached: Get \"[https://charts.bitnami.com/bitnami/index.yaml\":](https://charts.bitnami.com/bitnami/index.yaml/%22:) x509: certificate signed by unknown authority\nError: cannot load values.yaml: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type map[string]interface {}" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=plugin.ConfigManagementPluginService grpc.start_time="2024-04-24T13:37:55Z" grpc.time_ms=159.792 span.kind=server system=grpc

Additional information

It seems the issue with #8433 is keep on repeating. How can we bypass it?

@vikram-yerneni vikram-yerneni added the tech-issues The user has a technical issue about an application label Apr 24, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 24, 2024
@carrodher
Copy link
Member

carrodher commented Apr 24, 2024

It seems the same issue reported at #18133 instead of #8433, which is an issue related to an issue in Helm itself, see helm/helm#9318.

Currently, the default method to fetch Bitnami charts is using the Bitnami DockerHub OCI repository, and given that OCI is supported out of the box in Helm 3.8.0, could you try using OCI?

Here you can find more information about this topic

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 May 10, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved 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

4 participants