Replies: 3 comments
-
Looks like theres a bug with go-git. I see comments made on slack pointing to that theory as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue is being tracked here: fluxcd/image-automation-controller#172 The recommended workaround is to switch to apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
spec:
gitImplementation: libgit2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
To give me some pointers to possibly solve the issue on the go-git side, can you provide some more information about where this error is thrown, or during what operation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am assuming this has to do with the go-git update. Do I need to update a separate controller to fix this error?
I am currently using Flux via operatorhub.io and it was working on version 0.13.4
Beta Was this translation helpful? Give feedback.
All reactions