You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a repo with a series of charts in it and i just wrote a script to iterate over each chart
calling helm package on every chart, and then call cr upload on the result.
works the first time, but then the second time i get 422's.
to account for this situation, do you think cr should ignore or warn on duplicates?
or do you think that the consumer should be smart enough to only generate packages for those things that have changed?
^^ Just ran into this with the above PR from @gjtempleton. What's the advice when the tag already exists? In the above use case, this is for the cluster-autoscaler chart that's used a lot in Kubernetes.
i have a repo with a series of charts in it and i just wrote a script to iterate over each chart
calling
helm package
on every chart, and then callcr upload
on the result.works the first time, but then the second time i get 422's.
to account for this situation, do you think
cr
should ignore or warn on duplicates?or do you think that the consumer should be smart enough to only generate packages for those things that have changed?
The text was updated successfully, but these errors were encountered: