argocd-image-updater
argocd-image-updater copied to clipboard
git-ask-pass.sh not found
Describe the bug git-ask-pass.sh not found
To Reproduce Using a private Azure DevOps and connectiong to repo by https
Version v0.11.3
Logs
time="2022-02-02T15:56:44Z" level=error msg="Could not update application spec: git fetch origin --tags --force failed exit status 128: fatal: cannot run git-ask-pass.sh: No such file or directory\nfatal: could not read Password for 'https://[email protected]': No such device or address" application=suggestions
File is present in "/usr/local/bin/git-ask-pass.sh"
Tried to use by SSH and got the message:
Unable to negotiate with 191.235.226.0 port 22: no matching host key type found. Their offer: ssh-rsa
This message I could workaround by mounting a configMap on /eth/ssh/ssh_config with:
Host ssh.dev.azure.com
PubkeyAcceptedAlgorithms +ssh-rsa
HostkeyAlgorithms +ssh-rsa