Olivier Vernin

Results 349 comments of Olivier Vernin

> Also, if i run an apply, the only changes commited to the new branch just have 1 source, only one case for our gitops repo I am wondering why...

@paltaa > Ok, it does not like repoURLs with ' '. After removing them the commits are being done! so thanks man. Do you think it it's an issue on...

> Hey @olblak any date for the release which will contain this new changes? What about now? Give a moment

For some reason my previous message was lost 🤷🏾 I realize there is another perspective to consider. A while ago I deprecated `updatecli show` in favor of `updatecli manifest show`...

I think this pullrequest is kind of related https://github.com/updatecli/updatecli/pull/1884 I am creating a new subcommand under `manifest` such as ` updatecli manifest init` but I prefer something like `updatecli policy...

Thanks for opening this issue, the problem that you report seems to be related to https://github.com/goccy/go-yaml/issues/345 and would be addressed in https://github.com/goccy/go-yaml/pull/346

@dduportal I see this pullrequest is still in WIP, do you need some help to finalize it?

Thanks for highlighting this issue. This feature was introduced as experimental in https://github.com/updatecli/updatecli/pull/2070 The tricky part is commits are pushed to GitHub via the api and the local directory get...

> Could it be "as simple as" just updating the local repository after the commit has been made using the API? I cloned the repository and started looking into it...

> Are the targets running in parallell No we don't, only cloning git repository is done in parallel because it's less risky. Doing it for sources/condition/target would introduce a level...