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 tried upgrading from ArgoCD chart 7.3.11 to 7.4.4. However, after the upgrade, when I accessed ArgoCD, the sync status of all applications was stuck in Unknown status.
So I checked the log of argocd repo server, and the error log was output as below.
I thought it was a problem with the 7.4.4 chart only, so I upgraded to 7.5.2, but the same problem occurred. I think the same problem occurred when the Application Version became v2.12.X.
To Reproduce
Upgrade argo-cd to helm 7.4.4 version
Check argocd
Expected behavior
Normal sync status with git repository is tracked.
Screenshots
Version
v2.12.1
Logs
time="2024-09-11T08:39:26Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=Check grpc.service=grpc.health.v1.Health grpc.start_time="2024-09-11T08:39:26Z" grpc.time_ms=0.018 span.kind=server system=grpc
time="2024-09-11T08:39:27Z" level=error msg="finished unary call with code Unknown" error="authentication required" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-09-11T08:39:24Z" grpc.time_ms=2215.417 span.kind=server system=grpc
time="2024-09-11T08:39:27Z" level=error msg="finished unary call with code Unknown" error="authentication required" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-09-11T08:39:27Z" grpc.time_ms=210.566 span.kind=server system=grpc
time="2024-09-11T08:39:28Z" level=error msg="finished unary call with code Unknown" error="authentication required" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-09-11T08:39:24Z" grpc.time_ms=3215.644 span.kind=server system=grpc
time="2024-09-11T08:39:29Z" level=error msg="finished unary call with code Unknown" error="authentication required" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-09-11T08:39:26Z" grpc.time_ms=3214.31 span.kind=server system=grpc
time="2024-09-11T08:39:29Z" level=error msg="Failed to get git client for repo https://github.com/dunamu-fd/kubekube-dev: authentication required"
time="2024-09-11T08:39:29Z" level=error msg="finished unary call with code Unknown" error="failed to get git client for repo https://github.com/{My Repository}" grpc.code=Unknown grpc.method=GenerateManifest grpc.service=repository.RepoServerService grpc.start_time="2024-09-11T08:39:28Z" grpc.time_ms=1303.294 span.kind=server system=grpc
The text was updated successfully, but these errors were encountered:
@alesz@blakepettersson
I looked at the advice and links you gave and fixed the problem by modifying the secret containing the repo information (removing the project specification part). Thanks.
Checklist:
argocd version
.Describe the bug
I tried upgrading from ArgoCD chart 7.3.11 to 7.4.4. However, after the upgrade, when I accessed ArgoCD, the sync status of all applications was stuck in Unknown status.
So I checked the log of argocd repo server, and the error log was output as below.
I thought it was a problem with the 7.4.4 chart only, so I upgraded to 7.5.2, but the same problem occurred. I think the same problem occurred when the Application Version became v2.12.X.
To Reproduce
Expected behavior
Normal sync status with git repository is tracked.
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: