-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
index.yaml
returns partial, broken YAML file? 🤔
#31352
Comments
We're having the same issue. |
We are having the same issue. Its just started few hours ago. |
+1 |
+1 |
1 similar comment
+1 |
+1 |
+1 We are getting an error, when we try to deploy Postgres with the Bitnami Helm chart. |
+1 |
+1 |
2 similar comments
+1 |
+1 |
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. |
UPDATE: A workaround is suggested here:
#31348 (comment)
Name and Version
--
What architecture are you using?
None
What steps will reproduce the bug?
curl https://charts.bitnami.com/bitnami/index.yaml
returns a partial YAML file.Even when trying to do something simple as:
The result is:
When trying to fetch that file, I can see that it only returns a few records of
airflow
, and the rest of theindex.yaml
file is broken.Attached here:
index.txt
Are you using any custom parameters or values?
No response
What is the expected behavior?
No response
What do you see instead?
invalid/partial YAML file
Additional information
No response
The text was updated successfully, but these errors were encountered: