Replies: 2 comments
-
Hi @aki59 it looks like the environment in which you are executing |
Beta Was this translation helpful? Give feedback.
0 replies
-
It worked post adding proxy bump certificate in the git config |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to fetch my repo in the scm configuration, it is failing with
Get "https://myrepo/info/refs?service=git-upload-pack":tls: failed to verify certificate x509: certificate signed by unknown authority
I am using official updatecli docker image from ghcr running on my Jenkins cloud.
Other thing is i am able to clone my repo fine if I am just trying git clone in Jenkins stage. With SSL verify as no.
Even disable-tls flag is not working as expected.
Using this command:
updatecli diff --disable-tls --config ./updatecli/updatecli.d --values ./updatecli/values.yaml
Beta Was this translation helpful? Give feedback.
All reactions