Skip to content

saidsef/argocd-applicationsets-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ArgoCD ApplicationSet Services License Chart Artifact HUB Commits

A Helm chart for ArgoCD ApplicationSet services that uses pull request generator to automatically discover open pull requests within a repository with the label preview.

What does it do and how does it work?

ApplicationSets interact with ArgoCD by creating, updating, managing, and deleting ArgoCD Applications. The job is to make sure that the ArgoCD Application remains consistent with the declared ApplicationSet resource(s). This can be thought of as sort of an “Application factory”. It takes an ApplicationSet and outputs one or more ArgoCD Applications.

This helm chart implements Pull Request generator of ApplicationSet, it uses API of an SCMaaS provider (GitHub and/or GitLab) to automatically discover open pull requests within an repository via GitHub / GitLab labels. This fits well with the style of building a test environment when you create a pull request.

Branch name(s) must be RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character

Prerequisite

Services that should already be installed and/or running.

Deployment

Use repo: in values to inject or override values in kustomize or helm

HELM

helm repo add applicationsets-services https://saidsef.github.io/argocd-applicationsets-services/
helm repo update
helm upgrade --install pr-services applicationsets-services/argocd-applicationsets-services --namespace argocd

Source

Our latest and greatest source of argocd-applicationsets-services can be found on GitHub. Fork us!

Contributing

We would ❤️ you to contribute by making a pull request.

Please read the official Contribution Guide for more information on how you can contribute.