Soumik Majumder
Soumik Majumder
Taking a closer look, in case of `kapp` we would escape [here](https://github.com/carvel-dev/kapp-controller/blob/develop/cli/pkg/kctrl/cmd/app/release/release_cmd_runner.go#L38). But for whatever reason this condition is not true. We should not be running `kapp` here at all....
@joostvdg shared very similar thoughts with us recently. I think it would be valuable to have a basic `ytt` example in place when folks use the "local" flow. What I...
This is definitely reasonable, I would probably go with `--release-notes-file` right off the bat. Could you illustrate on how your automation pulls in release notes while releasing? (Might be a...
Dragging some context here from our thread. We cannot reliably say that folks will have `kube-state-metrics` on their clusters. This is not something we can have out of the box...
Confirmed that we will still only be caching artifacts with digest references as `imgpkg` code decides wether or not it a bundle is cacheable, and that remains unchanged.
This is primarily because `kapp-controller` caches images based of their sha reference. And this does not change on relocation. THis leads to the older images being consumed. We need to...
We would definitely prioritise reviews and help you with the process if you are willing to work on this! We generally start larger efforts like these with a proposal, I...
I believe what happens here is that api-server prioritises v3 specs that are being served, we should dig in and ensure that we are not surfacing false errors. This does...
I am wondering if this is resolved if PackageBuild does not have a `ytt` section. Maybe `init` should not be adding it for `helm` only scenarios.
Could you elaborate on your exact use case? Without context however, it feels like it would be recommended to wrap a release into a Package in most cases 🤔 Some...