Description
I currently have 2 gitrepository resources in the cluster. they are both based on repos in a bitbucket server. they both sync perfectly fine.
about a week ago the flux version was updated and thus came 0.10.0 of the automation controller.
since then, the controller logs the following error:
go-git:
{"level":"error","ts":"2021-06-02T10:41:14.166Z","logger":"controller-runtime.manager.controller.imageupdateautomation","msg":"Reconciler error","reconciler group":"image.toolkit.fluxcd.io","reconciler kind":"ImageUpdateAutomation","name":"demo","namespace":"services","error":"empty git-upload-pack given"}
libgit2:
{"level":"error","ts":"2021-06-02T09:06:04.731Z","logger":"controller-runtime.manager.controller.imageupdateautomation","msg":"Reconciler error","reconciler group":"image.toolkit.fluxcd.io","reconciler kind":"ImageUpdateAutomation","name":"demo","namespace":"services","error":"unable to clone 'https://xxx/bb/scm/sulu/sulu_services_config', error: failed to connect to xxx: Operation timed out"}
any ideas where this comes from?