-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: support globs for image and helm bundles #183
Conversation
64279a5
to
e032e47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you so much for this! Need to fix up the linter errors (run make lint
locally should do a lot of these) and then we can merge! This is great as I'm getting ready for v1.0 btw 🎉
e032e47
to
e27dfe7
Compare
I'm having a hard time running the linter locally
|
@dkoshkin What does |
e27dfe7
to
974b9bf
Compare
For the future, you need to also run |
Handles file globs for
--image-bundle
and--helm-bundle
.This also will fail fast if the file does not exist.