/oss-apps

Example repo to show GitOps lifecycle from staging to production with canary and blue/green deployments.

Primary LanguageShell

OSS Applications

This is a GitOps repo that acts as the source of truth for the open source team at Codefresh demoing GitOps apps.

Directory Structure

├── README.md
├── app-configs
│   ├── Production
│   ├── Staging
│   └── README.md
└── manifests
    ├── README.md
    └── application-name
        ├── base
        ├── production
        └── staging

Useful Links about Codefresh, Argo, and GitOps