kapp-controller
kapp-controller copied to clipboard
Adding a tag flag to override default imgpkg bundle tag
Adding a tag flag to override default imgpkg bundle tag
What this PR does / why we need it:
Today, by default, pkg release while generating imgpkg bundle add bundle-<TIMESTAMP> as tag. This PR adds a flag to pkg release which will override that tag with the flag value.
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?
Yes
Additional Notes for your reviewer:
Review Checklist:
- [x] Follows the developer guidelines
- [x] Relevant tests are added or updated
- [x] Relevant docs in this repo added or updated
- [ ] Relevant carvel.dev docs added or updated in a separate PR and there's a link to that PR
- [x] Code is at least as readable and maintainable as it was before this change
Additional documentation e.g., Proposal, usage docs, etc.: