Skip to content
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

add "--dry-run" option for push #44

Closed
jgangemi opened this issue Apr 30, 2018 · 2 comments
Closed

add "--dry-run" option for push #44

jgangemi opened this issue Apr 30, 2018 · 2 comments
Labels
Milestone

Comments

@jgangemi
Copy link

it would be great to be able to detect if the version of the chart as not been changed as part of PR validation instead of waiting until release.

this option would indicate if a chart upload would fail due to the version not being changed.

@hypnoglow
Copy link
Owner

hypnoglow commented May 20, 2018

Hi @jgangemi , thanks for your interest.

So, you mean, you want to check if such version already exists in the repository without triggering an error from helm s3 push, right?

Is #41 related?

@jgangemi
Copy link
Author

that is correct. that way i can ensure the version was changed as part of the ci/pull-request check instead of waiting for release.

i don't think this is related to #41 - that request is to push the files and not error out if the version exists, whereas i want to know if it will fail w/o actually pushing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants