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
In addition to the --force flag, an --ignore-if-exists flag for the push command could be useful
My CICD test and package my whole helm repo after each commit and push the charts with helm s3.
I don't want/need to use --force for existing charts but I would like the push not to fail on them.
Most of the time only 1 chart is updated per commit so most of the pushes fail. A clean exit could be very useful and avoid some error management in the CICD.
The text was updated successfully, but these errors were encountered:
Yes I might be able to detect changes inside a commit in my CI and only package & push what's new. I don't have lots of charts at the moment so it's not very long to compute everything.
In addition to the
--force
flag, an--ignore-if-exists
flag for the push command could be usefulMy CICD test and package my whole helm repo after each commit and push the charts with helm s3.
I don't want/need to use
--force
for existing charts but I would like the push not to fail on them.Most of the time only 1 chart is updated per commit so most of the pushes fail. A clean exit could be very useful and avoid some error management in the CICD.
The text was updated successfully, but these errors were encountered: