Skip to main content
Version: 0.7 (Next)

Application Repositories

Application repositories are the core of Konstruct's GitOps workflow. When you register an app repository, Konstruct connects your GitHub repository to the platform, assigns a pipeline template for CI/CD, links a Helm chart template for packaging, and maps the application to a deployment environment.

Viewing App Repositories

Navigate to App repositories in the sidebar. The list shows all registered applications with their name, organization, and deployment status.

The app repositories list page

Registering an Application

Click Register app repository to open the registration form. This is a multi-step form with cascading dropdowns:

  1. Organization — select which org owns this application
  2. Application repository URL — choose from your connected GitHub repositories
  3. Application name — provide a name for the app within Konstruct
  4. Custom template — select the pipeline template for CI/CD
  5. Helm chart template — select the Helm chart for Kubernetes packaging
  6. Environment — map the app to a deployment stage
The register app repository form with cascading dropdowns

After registration, the application appears in the list. Konstruct commits the pipeline and Helm chart configuration to your repository, enabling automated GitOps deployments.

App repositories list showing the newly registered application
Watch the app repository registration flow