Christophe Collot
Christophe Collot
In case it helps, here are my ArgoCD installation CPU and Memory consumption graphs (~100 Apps, 4 clusters):  
I wonder why this is not being reviewed. This is a simple and useful change. 😞 Can anyone take look at this?
Hi, when implementing this feature I was using the `synchronous` destinations mode. On failure, the event would be retried a few times before being sent to the DLQ. In this...
Loading the legacy restart helper instead of the default one seems to solve the issue. REF: https://github.com/devspace-sh/devspace/blob/4b2d98d73e63626b66b0adf7e8834c7e31d3c19a/pkg/devspace/build/builder/restart/restart.go#L136
Looking at the [source code](https://github.com/akuity/kargo/blob/main/ui/src/features/freight-timeline/freight-contents.tsx#L95), I assume that's because a helm chart's name is not part of its `repoURL`, while it is the case for images. I suggest we display...
The only way to find out if it's related to the other issue is to either: - check if we are talking about the same node image (the ubuntu2204 from...
If you don't specify the `deployment` section then devspace will not try to deploy anything. All you need is to provide (in the `dev` section) an image selector or label...