Kent Rancourt
Kent Rancourt
I agree this would be a positive improvement. I'll note that anyone wanting a guarantee of using the correct tools has options for executing most tasks, including unit tests, linting,...
Adding some details here from a convo @jessesuen and I had offline. One idea we were toying with was, to make an analogy to access modifiers in OO programming languages,...
Hi @theseanything! Thanks for the request! Without summarily ruling this out, I'll mention there are some difficulties with what you've proposed. The problem actually has less to do with the...
> though for our setup having a single branch with config differences in separate files is working well for us I should emphasize that that's still what main/master is going...
> I think I don't quite understand how this model would work if Kargo was just updating images tags. I mentioned a few messages back: > An example where it...
Unless your repository is enormous, the window for local and remote history to diverge should be very tiny. Seconds or even sub-second, unless... Unless you're having Kargo do PR-based promotions,...
A great idea from @moensch in #935: > In theory, Kargo could query .status.summary.images of the Application resource
Refactoring health checks is a long outstanding todo anyway. I have long been intending to make health checks a function of promotion mechanisms. i.e. A promotion mechanism should describe how...
I've wanted this as well because the current quickstart (for example) is very `kubectl` focused and I don't expect that to be the most common way that people interact with...