-
Notifications
You must be signed in to change notification settings - Fork 24
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
Pre-publish hook, something similar, or nothing? #117
Comments
How about an option to stop before Line 720 in 3b2dc0d
and instead display the directory the repo was cloned to. You could then make any customisations, commit, and push yourself? |
There is quite a bit of logic remaining that is ill suited to let the user manage manually so I'm not fond of that idea. Chartpress is also supporting managing multiple charts, so stopping to do the remaining publish steps for all charts is a lot of work. Lines 626 to 650 in 3b2dc0d
|
Proposed change
To somehow enable chartpress to do various things just before packaging a Helm chart
Alternative options
To run such script separately before packaging a chart to be pushed.
Who would use this feature?
JupyterHub/BinderHub/Pebble in order to provide a README and values.schema.json.
(Optional): Suggest a solution
Perhaps to provide a hook to run?
While writing this down I started thinking it can make more sense to not embed this logic in chartpress, but instead run such logic separately before doing
chartpress --publish
as adding it to chartpress may not really help... Hmm...The text was updated successfully, but these errors were encountered: