Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saidsef/argocd-applicationsets-services
ArgoCD ApplicationSet Services
https://github.com/saidsef/argocd-applicationsets-services
argocd-applications argocd-applicationsets canary-deployments cicd cicd-pr-validation gitops kubernetes-deployment pr-canary pr-reviews preview-environment pull-requests
Last synced: about 1 month ago
JSON representation
ArgoCD ApplicationSet Services
- Host: GitHub
- URL: https://github.com/saidsef/argocd-applicationsets-services
- Owner: saidsef
- License: apache-2.0
- Created: 2022-08-10T17:27:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T14:04:10.000Z (about 1 month ago)
- Last Synced: 2024-11-13T15:19:39.130Z (about 1 month ago)
- Topics: argocd-applications, argocd-applicationsets, canary-deployments, cicd, cicd-pr-validation, gitops, kubernetes-deployment, pr-canary, pr-reviews, preview-environment, pull-requests
- Language: Smarty
- Homepage:
- Size: 268 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ArgoCD ApplicationSet Services [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE.md) [![Chart](https://github.com/saidsef/argocd-applicationsets-services/actions/workflows/charts.yml/badge.svg)](#deployment) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/argocd-applicationsets-services)](https://artifacthub.io/packages/search?repo=argocd-applicationsets-services) [![Commits](https://img.shields.io/github/commits-since/saidsef/argocd-applicationsets-services/latest.svg)](#Source)
A [Helm chart for ArgoCD ApplicationSet](./charts/applicationset/README.md) 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](https://argocd-applicationset.readthedocs.io/en/stable/) 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](https://www.rfc-editor.org/rfc/rfc1123) subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character
## PrerequisiteServices that should already be installed and/or running.
- Kubernetes Cluster >= 1.28
- [ArgoCD ApplicationSet Controller](https://argo-cd.readthedocs.io/en/stable/user-guide/application-set/) >= v2.5.8
- [HELM](https://helm.sh/docs/intro/install/) >= v3.9## Deployment
> Use `repo:` in values to inject or override values in `kustomize` or `helm`
### HELM```shell
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 :heart: you to contribute by making a [pull request](https://github.com/saidsef/argocd-applicationsets-services/pulls).
Please read the official [Contribution Guide](./CONTRIBUTING.md) for more information on how you can contribute.