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

When I run the example, I get an error because `requeueAfterSeconds` is misplaced. When I moved like the PR then it worked, so I am assuming is not in the...

There's already support for [Bitbucket (Server) Pull Request](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Pull-Request/#bitbucket-server) generators but the webhooks sent by Bitbucket are not processed. They just end up with an response saying "Webhook processing failed: event...

Add the ability to generate Applications from downstream cluster resources, eg: ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: monitoring-addon namespace: argocd spec: generators: - clusterResource: apiVersion: tenant.io/v1 kind: Tenant #...

ApplicationSet does not currently support an easy way to provide an array of values files. Until recently, I have been using ApplicationSet and a workaround I found in multiple places...

I was looking to have SCM generator discover repos in my organization that have a specific folder "k8s", then combine with Git generator to discover folders and generate one Application...

**Describe the issue** In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

From the issue https://github.com/argoproj/applicationset/issues/640 This MR adds a `organizationNormalized` parameter to the SCM provider to ensure we can then use the Org name in templates

The cluster generator provides labels and annotations from the selected/generated clusters. These can be used in the template. The clusterDecisionResource does only provide data provided in referenced resource from which...

enhancement

I follow this example https://github.com/argoproj/applicationset/blob/master/examples/clusterDecisionResource/placementdecision.yaml ❯ kubectl apply -f ./placementdecision.yaml -n argocd error: unable to recognize "./placementdecision.yaml": no matches for kind "PlacementRule" in version "apps.open-cluster-management.io/v1"

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...

dependencies