You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using github enterprise as gitRepositorySource in ImageUpdateAutomation.
image-automation-controller image : ghcr.io/fluxcd/image-automation-controller:v0.14.0
git source configuration:
$ flux get image update k8-auto-update
NAME READY MESSAGE LAST RUN SUSPENDED
k8-auto-update False unable to clone 'GHE url', error: server requires authentication that we do not support False
I have used ghe-auth-token as secret in source. This source configuration perfectly works for kustomizations for deployments on k8 clusters whereas when I am using it in imageupdateAutomation it is failing with above error.
Could you please suggest any solution to this? or may be point out what is wrong here?
The text was updated successfully, but these errors were encountered:
@AshuDubey91 thank you for reporting this. The last few months we have made several changes to the way we connect to git repositories. I believe image-automation controller version v0.21.0 may resolve your issue as it upgrades out libgit2 implementation to version 1.3.0.
This will require a redeploy of all components so I would recommend doing so via flux bootstrap using the flux cli version v0.28.0 which will be released tomorrow.
Can you test it again with the version above and let us know how you get on please?
I am using github enterprise as gitRepositorySource in ImageUpdateAutomation.
image-automation-controller image :
ghcr.io/fluxcd/image-automation-controller:v0.14.0
git source configuration:
imageupdateAutomation configuration :
I am getting following error while enabling it.
I have used ghe-auth-token as secret in source. This source configuration perfectly works for kustomizations for deployments on k8 clusters whereas when I am using it in imageupdateAutomation it is failing with above error.
Could you please suggest any solution to this? or may be point out what is wrong here?
The text was updated successfully, but these errors were encountered: