{"id":50510164,"url":"https://github.com/crenshaw-dev/gitops-promoter-demo","last_synced_at":"2026-06-02T19:31:33.597Z","repository":{"id":349374499,"uuid":"1201554164","full_name":"crenshaw-dev/gitops-promoter-demo","owner":"crenshaw-dev","description":"Demo of GitOps Promoter.","archived":false,"fork":false,"pushed_at":"2026-04-12T17:15:09.000Z","size":992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-12T17:27:25.042Z","etag":null,"topics":["argo","gitops","kubernetes"],"latest_commit_sha":null,"homepage":"https://demo.gitops-promoter.dev","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crenshaw-dev.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-04T20:46:11.000Z","updated_at":"2026-04-12T17:15:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/crenshaw-dev/gitops-promoter-demo","commit_stats":null,"previous_names":["crenshaw-dev/gitops-promoter-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crenshaw-dev/gitops-promoter-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crenshaw-dev%2Fgitops-promoter-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crenshaw-dev%2Fgitops-promoter-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crenshaw-dev%2Fgitops-promoter-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crenshaw-dev%2Fgitops-promoter-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crenshaw-dev","download_url":"https://codeload.github.com/crenshaw-dev/gitops-promoter-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crenshaw-dev%2Fgitops-promoter-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33834010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":["argo","gitops","kubernetes"],"created_at":"2026-06-02T19:31:33.086Z","updated_at":"2026-06-02T19:31:33.591Z","avatar_url":"https://github.com/crenshaw-dev.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitOps Promoter demo (GCP)\n\nPublic-style demo that runs **[GitOps Promoter](https://gitops-promoter.readthedocs.io/)** on **GKE**: promotions across hydrated **Argo CD** environments (**`env/dev` → `env/e2e` → `env/prd`**), commit statuses, and a small **guestbook** app rendered by the [source hydrator](https://argo-cd.readthedocs.io/en/stable/user-guide/source-hydrator/).\n\n**Docs in this repo**\n\n| Doc | Audience |\n|-----|----------|\n| **[SETUP.md](SETUP.md)** | First-time cluster bring-up, Terraform, Argo bootstrap, secrets, DNS, monitoring, Promoter GitHub App |\n| **[DEBUGGING.md](DEBUGGING.md)** | Auth issues, Prometheus/Grafana scrape gaps, Dex/Grafana OAuth, churn script, timer checks, webhooks |\n\n## Stack (high level)\n\n- **GKE** + **Terraform** (`infra/gcp/terraform/`)\n- **Argo CD** (App-of-Apps, single-source `Application`s; guestbook envs use **source hydration**)\n- **cert-manager** + **ingress-nginx** for TLS\n- **Sealed Secrets** for credentials in Git\n- **GitOps Promoter** + **`promoter-config/`** CRs\n- **kube-prometheus-stack** (optional path via **`charts/monitoring/`**) for Prometheus / Grafana\n\n## What gets installed\n\nChild **Application**s are defined as a Helm chart under **`charts/apps/`** (one **`repoURL`** in **`values.yaml`**; bootstrap **`apps/root-app.yaml`** points at that chart). They install Argo CD (Dex + GitHub OAuth wiring in values), cert-manager, ingress-nginx, Sealed Secrets, monitoring, GitOps Promoter, **`demo-config`**, guestbook envs, demo churn **CronJob**, etc. Exact versions: [SETUP.md — Version pins](SETUP.md#version-pins-currently-used).\n\n## Repository layout (short)\n\n| Path | Role |\n|------|------|\n| **`apps/`** | Bootstrap **`root-app`** only |\n| **`charts/apps/`** | Helm chart: all other Argo CD **`Application`**s (**`repoURL`** in **`values.yaml`**) |\n| **`demo-apps/guestbook/`** | In-tree Helm chart; hydrator writes rendered trees to **`hydrated/guestbook-*`** on **`env/\u003cenv\u003e-next`** |\n| **`charts/`** | Umbrella charts: **apps** (Argo child apps), **argocd**, **gitops-promoter**, **monitoring** (+ sealed templates) |\n| **`manifests/demo-churn/`** | CronJob that bumps **`demoChurn.lastBumped`** via GitHub API |\n| **`promoter-config/`** | `PromotionStrategy`, `GitRepository`, `ScmProvider`, commit-status controllers |\n| **`infra/gcp/`** | Terraform, helper scripts |\n| **`docs/`** | Extra architecture notes |\n\nConventions (GitOps-first, sync options, hydrator branches): [SETUP.md — Conventions](SETUP.md#conventions).\n\n## Forking\n\nReplace GitHub URLs, hostnames, org/team names, and seal your own secrets — full file list in [SETUP.md §2](SETUP.md#2-customize-repository-and-domain-references).\n\n## License / upstream\n\nOperator and behavior are defined by **argoproj-labs** projects; this tree is a demo wiring. See upstream docs for APIs and RBAC details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrenshaw-dev%2Fgitops-promoter-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrenshaw-dev%2Fgitops-promoter-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrenshaw-dev%2Fgitops-promoter-demo/lists"}