-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Skipping loading when adding bitnami charts repository with Helm #31348
Comments
The issue seems larger. I cannot download any charts - not even PostgreSQL.
|
the helm cache file gets alot of duplicate values, invalid values of bitnami/airflow,
|
It seems there is a typo somewhere and it broke the index.yaml file for the chart repository. |
skipping loading invalid entry for chart "airflow" "" from https://charts.bitnami.com/bitnami: validation: chart.metadata.name is required index.go:370: skipping loading invalid entry for chart "airflow" "" from /helm-working-dir/repository/https:--charts.bitnami.com-bitnami-index.yaml: validation: chart.metadata.name is required Error: redis chart not found in repo https://charts.bitnami.com/bitnami......in argocd |
A workaround is to replace repo with raw file in github:
|
This is major failure and should be fixed ASAP |
Thanks for letting us know, the team is investigating the error. |
Seems like it's fixed from my side. |
I can confirm, after doing 'helm repo update' Bitnami Charts are loading again. |
Working for me now too, kudos for quick turnaround. |
Apologies for the oversight. We identified an issue in the index.yaml file and have re-pushed it. The problem should now be resolved. To prevent similar issues in the future, we are implementing additional measures, including notifications and retry mechanisms for the GitHub Action responsible for this process. To streamline discussions, we will funnel all conversations into the first issue created on this topic (#31350). As part of this effort, we are closing the remaining issues to avoid duplication. |
Name and Version
bitnami/charts
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
No response
What is the expected behavior?
NAME CHART VERSION APP VERSION DESCRIPTION
bitnami/airflow 22.4.5 2.10.4 Apache Airflow is a tool to express and execute...
[...]
What do you see instead?
index.go:370: skipping loading invalid entry for chart "airflow" "" from /home//.cache/helm/repository/bitnami-index.yaml: validation: chart.metadata.name is required
NAME CHART VERSION APP VERSION DESCRIPTION
bitnami/airflow 22.4.5 2.10.4 Apache Airflow is a tool to express and execute...
Additional information
The error at index.go:370 is also present when you helm repo add or helm repo update.
helm version is: version.BuildInfo{Version:"v3.16.3", GitCommit:"cfd07493f46efc9debd9cc1b02a0961186df7fdf", GitTreeState:"clean", GoVersion:"go1.22.7"}
The text was updated successfully, but these errors were encountered: