-
Notifications
You must be signed in to change notification settings - Fork 340
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
Don't remove existing version from kumahq/charts index #13252
Comments
|
odd: seems like we're doing a regular git push Lines 91 to 129 in 679448b
|
Maybe we should close after upload as upload can be long. |
First run:
2nd run:
If you look the 2nd commit is based on the commit of the 1st run so it's not a race to commit but more a mix when computing the index. |
|
Kuma Version
2.8.8
Describe the bug
Our current GitHub Actions CI sometimes removes existing versions from the charts repo when publishing a new helm chart version.
Problematic CI run:
Commits that removes an existing chart vesion:
In the example above, version
2.10.1
was removed when we ran the CI for publishing the helm chart version 2.8.8`To Reproduce
No response
Expected behavior
No response
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: