applicationset icon indicating copy to clipboard operation
applicationset copied to clipboard

The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling s...

Results 125 applicationset issues
Sort by recently updated
recently updated
newest added

Hi, First of all, awesome idea and great job with ApplicationSet! I would like to use merge Generator with cluster and git generators, as matching keys I would like to...

Related to #180. Right now if you attempt to add annotations, labels, or do things like per-app parameter overrides, those changes are automatically and quickly overridden. It'd be nice if...

enhancement

Hi Community, I'm getting this error message ``` ➜ argocd-bgd git:(patch-1) stern applicationset --tail 7 + argocd-applicationset-controller-665c58494c-q67ps › argocd-applicationset-controller argocd-applicationset-controller-665c58494c-q67ps argocd-applicationset-controller time="2022-04-09T06:01:08Z" level=info msg="processing event for cluster secret" name=argocd-default-cluster-config namespace=project-hub-research-protal-bp...

path[0] does not work with more than one application path[0] ends up with all apps being called "example" - tried copy pasting as the lazy a** I am and example...

I have appset 0.3.0 which I use with helm and the git generator. here's the appset: ```yaml apiVersion: v1 items: - apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: annotations: argocd.argoproj.io/application-set-refresh: "true" name:...

This adds the option to exclude archived repos in the Gitlab SCM generator. I added the option as `excludeArchived` to not change the current default and to not having to...

As PR changes (e.g. change the label defined for the pr generator) on GitHub are not immediately picked up by ArgoCD, even though the webhook event is delivered oke according...

Would be awesome to [filter](https://argocd-applicationset.readthedocs.io/en/stable/Generators-SCM-Provider/#filters) not only if files/paths exists, but to also filter if file **doesnt** exist. We're using applicationsets with the scm-generator to create argo-apps when a helm-chart-repo...

Hello, Applicationset-controller packaged using old golang version which contains vulnerabilities. { "name": "go", "version": "1.17.6", "path": "/usr/local/bin/applicationset-controller", "layerTime": 1646920413, "knownVulnerabilities": 55 }, CVEs: CVE-2022-23806 | critical | | go |...

This commit adds pull request support to SCM generator so the generator can create ArgoCD apps for PRs as well. Fixes https://github.com/argoproj/applicationset/issues/466 Signed-off-by: Fardin Khanjani