{"id":31646305,"url":"https://github.com/codefresh-io/argocd-agent","last_synced_at":"2026-02-27T17:04:45.438Z","repository":{"id":37898483,"uuid":"282901709","full_name":"codefresh-io/argocd-agent","owner":"codefresh-io","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-08T09:25:17.000Z","size":18377,"stargazers_count":5,"open_issues_count":9,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-13T08:05:54.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codefresh-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-27T13:10:52.000Z","updated_at":"2024-02-22T11:13:47.000Z","dependencies_parsed_at":"2024-02-22T13:30:40.046Z","dependency_job_id":"69915d56-6fa0-4b96-8b7a-eabf887eea3b","html_url":"https://github.com/codefresh-io/argocd-agent","commit_stats":null,"previous_names":["codefresh-io/argocd-listener"],"tags_count":158,"template":false,"template_full_name":null,"purl":"pkg:github/codefresh-io/argocd-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fargocd-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fargocd-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fargocd-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fargocd-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codefresh-io","download_url":"https://codeload.github.com/codefresh-io/argocd-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fargocd-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T05:21:41.134Z","updated_at":"2026-02-27T17:04:45.412Z","avatar_url":"https://github.com/codefresh-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgoCD agent for codefresh gitops dashboard \n\n[![codecov](https://codecov.io/gh/codefresh-io/argocd-agent/branch/master/graph/badge.svg?token=UHEXPBWN60)](https://codecov.io/gh/codefresh-io/argocd-agent)\n\n[![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/codefresh-inc/argo%2Fargocd-agent?type=cf-1\u0026key=eyJhbGciOiJIUzI1NiJ9.NTY3MmQ4ZGViNjcyNGI2ZTM1OWFkZjYy.AN2wExsAsq7FseTbVxxWls8muNx_bBUnQWQVS8IgDTI)]( https://g.codefresh.io/pipelines/edit/new/builds?id=5f21305719d46c880abeeeb5\u0026pipeline=argocd-agent\u0026projects=argo\u0026projectId=5f16b786f25d80a086a56bcb)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/codefresh-io/argocd-agent)](https://goreportcard.com/report/github.com/codefresh-io/argocd-agent)\n\nCodefresh providing [dashboard](https://codefresh.io/docs/docs/ci-cd-guides/gitops-deployments/) for watching on all activities that happens on argocd side. Codefresh argocd agent important part for check all argocd CRD use watch api and notify codefresh about all changes. \n\nLike: \n* Application created/removed/updated\n* Project created/removed/updated\n* Your manifest repo information base on context that you provide to us during installation\n\nIn addition this agent do automatic application sync between argocd and codefresh \n\n\n\n## Prerequisites\n\nMake sure that you have\n\n* a [Codefresh account](https://codefresh.io/docs/docs/getting-started/create-a-codefresh-account/) with enabled gitops feature\n* a [Codefresh API token](https://codefresh.io/docs/docs/integrations/codefresh-api/#authentication-instructions) that will be used as a secret in the agent\n* a [Codefresh CLI](https://codefresh-io.github.io/cli/) that will be used for install agent\n* a [ArgoCD Server](https://argoproj.github.io/argo-cd/cli_installation/)\n\nArgoCD agent has following resource requirements \n```\nresources:\n  requests:\n    memory: \"256Mi\"\n    cpu: \"0.4\"\n  limits:\n    memory: \"512Mi\"\n    cpu: \"0.8\"\n```\n\n## Installation     \n \n\n```sh\ncodefresh install gitops argocd-agent \n```\n\n\u003cimg src=\"/art/installation.gif?raw=true\" width=\"1200px\"\u003e\n\n## Uninstall     \n \n\n```sh\ncodefresh uninstall gitops argocd-agent \n```\n\n## Upgrade     \n\nCodefresh will show you indicator inside your [gitops integration](https://g.codefresh.io/account-admin/account-conf/integration/gitops) when you need upgrade your agent\n\n\u003cimg src=\"/art/upgrade.png?raw=true\" width=\"800px\"\u003e \n\n```sh\ncodefresh upgrade gitops argocd-agent \n```\n\n## How to use the ArgoCD agent\n\n\u003cimg src=\"/art/dashboard.png\" width=\"1200px\"\u003e\n\n## How it works ( Diagram )\n\n\u003cimg src=\"/art/high_level.png\" width=\"1200px\"\u003e\n\n\u003cimg src=\"/art/detailed.png\" width=\"1200px\"\u003e\n\n## Local execution\n\n### Environment variables \n\n* ARGO_HOST - Argocd host (like https://34.71.103.174/)\n* ARGO_USERNAME - Argocd username ( Need provide if ARGO_TOKEN empty )\n* ARGO_PASSWORD - Argocd password ( Need provide if ARGO_TOKEN empty )\n* ARGO_TOKEN - Argocd user token\n* CODEFRESH_TOKEN - [Codefresh user token](https://codefresh.io/docs/docs/integrations/codefresh-api/#authentication-instructions)\n* CODEFRESH_INTEGRATION - Codefresh gitops integration name\n* CODEFRESH_HOST - Codefresh host ( prodution https://g.codefresh.io)\n* CODEFRESH_SUFFIX - Suffix for agent application's resources. Can be used for installing multiple agents in one namespace\n* GIT_PASSWORD - Git token\n\n## Run tests\n`go test -cover ./...`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fargocd-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodefresh-io%2Fargocd-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fargocd-agent/lists"}