{"id":13404218,"url":"https://github.com/argoproj/argocd-example-apps","last_synced_at":"2026-01-27T02:03:42.484Z","repository":{"id":37350171,"uuid":"138005332","full_name":"argoproj/argocd-example-apps","owner":"argoproj","description":"Example Apps to Demonstrate Argo CD","archived":false,"fork":false,"pushed_at":"2025-09-09T11:15:23.000Z","size":114,"stargazers_count":1885,"open_issues_count":18,"forks_count":8736,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-09-09T14:22:36.429Z","etag":null,"topics":["argocd"],"latest_commit_sha":null,"homepage":"","language":"Jsonnet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/argoproj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-20T08:49:38.000Z","updated_at":"2025-09-09T11:15:28.000Z","dependencies_parsed_at":"2025-01-28T14:42:02.925Z","dependency_job_id":"81d55aa7-4d04-4b93-8729-83dee1e95990","html_url":"https://github.com/argoproj/argocd-example-apps","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/argoproj/argocd-example-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargocd-example-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargocd-example-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargocd-example-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargocd-example-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argoproj","download_url":"https://codeload.github.com/argoproj/argocd-example-apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argoproj%2Fargocd-example-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["argocd"],"created_at":"2024-07-30T19:01:40.941Z","updated_at":"2026-01-27T02:03:42.478Z","avatar_url":"https://github.com/argoproj.png","language":"Jsonnet","funding_links":[],"categories":["Jsonnet","others","[🔤 pedagogy](https://github.com/stars/ketsapiwiq/lists/pedagogy)"],"sub_categories":[],"readme":"# Argo CD Example Apps\n\nThis repository contains example applications for demoing Argo CD functionality. Feel free\nto register this repository to your ArgoCD instance, or fork this repo and push your own commits\nto explore Argo CD and GitOps!\n\n| Status                                                                    | Application                                        | Description                                                                                                              |\n| ------------------------------------------------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |\n| [![App Status][badge_sync_example_apps]][app_sync_example_apps]           | [apps](apps/)                                      | An app composed of other apps synchronized in [cd.apps.argoproj.io][app_sync_example_apps]                               |\n| [![App Status][badge_blue_green]][app_blue_green]                         | [blue-green](blue-green/)                          | Demonstrates how to implement blue-green deployment using [Argo Rollouts](https://github.com/argoproj/argo-rollouts)     |\n| [![App Status][badge_guestbook]][app_guestbook]                           | [guestbook](guestbook/)                            | A hello word guestbook app as plain YAML                                                                                 |\n| [![App Status][badge_helm_dependency]][app_helm_dependency]               | [helm-dependency](helm-dependency/)                | Demonstrates how to customize an OTS (off-the-shelf) helm chart from an upstream repo                                    |\n| [![App Status][badge_helm_guestbook]][app_helm_guestbook]                 | [helm-guestbook](helm-guestbook/)                  | The guestbook app as a Helm chart                                                                                        |\n| [![App Status][badge_helm_hooks]][app_helm_hooks]                         | [helm-hooks](helm-hooks/)                          | An application with native Helm hooks                                                                                    |\n| [![App Status][badge_jsonnet_guestbook]][app_jsonnet_guestbook]           | [jsonnet-guestbook](jsonnet-guestbook/)            | The guestbook app as a raw jsonnet                                                                                       |\n| [![App Status][badge_jsonnet_guestbook_tla]][app_jsonnet_guestbook_tla]   | [jsonnet-guestbook-tla](jsonnet-guestbook-tla/)    | The guestbook app as a raw jsonnet with support for top level arguments                                                  |\n| [![App Status][badge_kustomize_guestbook]][app_kustomize_guestbook]       | [kustomize-guestbook](kustomize-guestbook/)        | The guestbook app as a Kustomize app                                                                                     |\n| [![App Status][badge_plugin_kasane]][app_plugin_kasane]                   | [plugins/kasane](plugins/kasane)                   | Apps which demonstrate config management plugins usage with [kasane](plugins/kasane/README.md)                           |\n| [![App Status][badge_plugin_kustomized_helm]][app_plugin_kustomized_helm] | [plugins/kustomized-helm](plugins/kustomized-helm) | Apps which demonstrate config management plugins usage with a [kustomized helm chart](plugins/kustomized-helm/README.md) |\n| [![App Status][badge_pre_post_sync]][app_pre_post_sync]                   | [pre-post-sync](pre-post-sync/)                    | Demonstrates Argo CD PreSync and PostSync hooks                                                                          |\n| [![App Status][badge_sock_shop]][app_sock_shop]                           | [sock-shop](sock-shop/)                            | A microservices demo app (https://microservices-demo.github.io)                                                          |\n| [![App Status][badge_sync_waves]][app_sync_waves]                         | [sync-waves](sync-waves/)                          | Demonstrates Argo CD sync waves with hooks                                                                               |\n\n[app_sync_example_apps]: https://cd.apps.argoproj.io/applications/sync-example-apps\n[badge_sync_example_apps]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=sync-example-apps\n[app_blue_green]: https://cd.apps.argoproj.io/applications/example.blue-green\n[badge_blue_green]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.blue-green\n[app_guestbook]: https://cd.apps.argoproj.io/applications/example.guestbook\n[badge_guestbook]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.guestbook\n[app_helm_dependency]: https://cd.apps.argoproj.io/applications/example.helm-dependency\n[badge_helm_dependency]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.helm-dependency\n[app_helm_guestbook]: https://cd.apps.argoproj.io/applications/example.helm-guestbook\n[badge_helm_guestbook]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.helm-guestbook\n[app_helm_hooks]: https://cd.apps.argoproj.io/applications/example.helm-hooks\n[badge_helm_hooks]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.helm-hooks\n[app_jsonnet_guestbook]: https://cd.apps.argoproj.io/applications/example.jsonnet-guestbook\n[badge_jsonnet_guestbook]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.jsonnet-guestbook\n[app_jsonnet_guestbook_tla]: https://cd.apps.argoproj.io/applications/example.jsonnet-guestbook-tla\n[badge_jsonnet_guestbook_tla]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.jsonnet-guestbook-tla\n[app_kustomize_guestbook]: https://cd.apps.argoproj.io/applications/example.kustomize-guestbook\n[badge_kustomize_guestbook]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.kustomize-guestbook\n[app_plugin_kasane]: https://cd.apps.argoproj.io/applications/example.plugin-kasane\n[badge_plugin_kasane]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.plugin-kasane\n[app_plugin_kustomized_helm]: https://cd.apps.argoproj.io/applications/example.plugin-kustomized-helm\n[badge_plugin_kustomized_helm]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.plugin-kustomized-helm\n[app_pre_post_sync]: https://cd.apps.argoproj.io/applications/example.pre-post-sync\n[badge_pre_post_sync]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.pre-post-sync\n[app_sock_shop]: https://cd.apps.argoproj.io/applications/example.sock-shop\n[badge_sock_shop]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.sock-shop\n[app_sync_waves]: https://cd.apps.argoproj.io/applications/example.sync-waves\n[badge_sync_waves]: https://cd.apps.argoproj.io/api/badge?revision=true\u0026name=example.sync-waves\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargocd-example-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargoproj%2Fargocd-example-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargoproj%2Fargocd-example-apps/lists"}