Lukas Wöhrl
Lukas Wöhrl
@stevensoave that's a limitation of the viessmann API. You can't set a target temperature if the heating is not activated. I believe the argumentation is that it does not make...
I suggest using the following condition: ``` oncePer: "[app.status?.operationState?.syncResult?.revision, app.status?.operationState?.syncResult?.revisions]" ``` This also directly supports multi source apps.
@gespi1 This should work, I guess you are just missing some `?` to make status, operationState optional. Otherwise the expression will fail.
/remove-lifecycle stale
/remove-lifecycle
@crenshaw-dev I use a CMP, but not in that repository.
No actually, it's the same commit, but I have a mono repo, so it does the resolving 8.000 times for each root folder of the apps. Great, I'll check the...
Thanks @crenshaw-dev the repo only consists of yaml files, but I still use it to exclude the .git folder. I also experience that I have to lower the parallel repo...
@crenshaw-dev I just deployed the fix with the directory across all our clusters. The CPU usage of the repo-server has not changed (but isn't an issue yet), I'll monitor and...
@crenshaw-dev We just did a redeploy of about 6.000 apps today, with the fix of assigning the directory and bypassing the plugin detection, we have now received a really awesome...