-
Notifications
You must be signed in to change notification settings - Fork 113
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
422 Validation Failed when uploading new version #101
Comments
Found the problem, the .deploy folder contained previous deployments and it tried to take them, after manually deleting them it worked, but maybe there is a better way to do this? like making the cr upload look for the latest version in the .deploy folder? |
Validation Failed when uploading the same version to the helm chart repository.
|
Sounds like this is probably resolved by #111 ? The |
Hey,
Thanks for a great package, but I have a small issue.
The first time I uploaded my helm chart everything worked well, cr upload and then cr index did the job.
But now, when I am trying to upload a new version I keep getting:
Tried increasing the version and the appVersion in Chart.yaml but still keep getting the same error.
What am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: