Eli Wrenn
Eli Wrenn
> Thinking out loud, if there wasn't a newRootIncludeLegal For clarification, do you mean if the configuration wasn't provided by the user and defaulted to false, or if it didn't...
Adding a checklist of the most consumed tools: - [x] kapp-controller - [x] vmware-tanzu/carvel-ytt#585 - [x] kapp - https://github.com/vmware-tanzu/carvel-kapp/issues/437 - [ ] kbld - [x] imgpkg
> imgpkg init -f my/configuration/files --image-lock /images/i/want/in/my/bundle/images.yml At this point, we may as well just add the ability for push to generate the imgpkg dir for you if you specify...
Hey @seemiller, what version of kapp-controller are you using and are any apps failing? The consistent pulling is expected since kapp-controller will sync an app every 30s by default, but...
Imgpkg uses ggcr to talk directly to the registry api, and it isn't currently storing pulled layers anywhere but in memory, so it isn't able to avoid re-pulling layers across...
I think thats definitely possible, but, in that case, we would probably still need to implement some kind of caching in kapp-controller so that we have the config from the...
Hey @drawsmcgraw thanks for the suggestion! Do you think this is something the new [packaging apis](https://carvel.dev/kapp-controller/docs/latest/packaging/) would enable? If so, are there other things you're looking for around this (e.g....
One other consideration for a helm v3 fetch stage is should we allow users to pull charts from OCI registries via the `helm chart pull` command
Hey @benmoss, After some discussion, we've decided the best thing we could do here is to update the error message with a bit more info. Since kapp-controller will be deleting...