Only push published chart if --push specified#162
Only push published chart if --push specified#162manics wants to merge 1 commit intojupyterhub:mainfrom
Conversation
|
Hmmm... We have the following CLI flags. What are you suggesting? Are you looking for an option to package but not publish the chart? |
Yes! It's useful during development of a new chart, and also when developing new chartpress features. |
|
I'm hesitant about this PR as it is, thinking that the implication of what the
Thanks for highlighting this assumption! You can have a chart that doesn't include images to be built. Due to that, this is a breaking change because it can make sense for that chart to do I think having a |
|
I propose we implement this via |
It's useful when developing a new chart to be able to test the publish chart functionality without pushing the
gh-pagesbranch.I'm using the existing
--pushargument since it doesn't seem like there's a use for pushing the chart unless the images are already pushed, though it could be a separate argument instead?