Account for nested imgpkg
bundles in the caching logic
#399
Labels
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
priority/important-soon
Must be staffed and worked on currently or soon.
Describe the problem/challenge you have
imgpkg
bundles might contain references to other imgpkg bundles (as in the case ofPackageRepository
bundles). Purely SHA based caching might lead to nested content being pulled from an older registry when a migration is attempted.Relevant bug in kapp-controller: carvel-dev/kapp-controller#1603
Describe the solution you'd like
Instead of accounting for just the SHA as a key while caching content, the entire registry URL should be considered.
Anything else you would like to add:
This would not be an issue in a kapp-controller upgrade scenario as an update would roll out new pods, dropping the old cache.
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: