* Entrypoint can be configured now
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Updated charts.lock after following master
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Bump version
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
---------
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
Signed-off-by: Gergely Czuczy <gergely.czuczy@harmless.hu>
fix(argo-cd): Use nodeSelector global property as default value on ApplicationSet Deployment according to the documentation.
Signed-off-by: Julien Aubert <julien.aubert@malt.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
* feat(argo-cd): Added Config Management Plugins cm using sidecar approach
Signed-off-by: Saad Ali <saad@nixknight.net>
* fix(argo-cd): Set ConfigMap creation for CMP using sidecar approach to false by default
Signed-off-by: Saad Ali <saad@nixknight.net>
---------
Signed-off-by: Saad Ali <saad@nixknight.net>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
* ApplicationSet deployment uses global tolerations
Fixes#1880
Signed-off-by: Ian Martin <ian@imartin.net>
* Bump chart version, add artifacthub annotations
Signed-off-by: Ian Martin <ian@imartin.net>
* correct change entry
Signed-off-by: Ian Martin <ian@imartin.net>
---------
Signed-off-by: Ian Martin <ian@imartin.net>
* Added pods exec to role permissions
The argocd-server Role requires the pods/exec create permission in order to be able to start the web based terminal as per: https://argo-cd.readthedocs.io/en/stable/operator-manual/web_based_terminal/
This brings the Role in line with the ClusterRole change already made
Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
* bumped version
Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
* Added description of change
Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
* Removed trailing whitespace
Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
---------
Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
* feat(argo-cd): add secret labels field (#1778)
Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr>
Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
* feat(argo-cd): Add ability to annotate Deployments and StatefulSets
Signed-off-by: John Stewart <jstewart@rentpath.com>
* fix: Controller and AppSet controller was mixed
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: John Stewart <jstewart@rentpath.com>
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
- "[Fixed]: TLS secret name so Dex correctly generates the checksum for argocd-dex-server-tls."
- "[Fixed]: Standardise the naming convention of the TLS secret manifests."
- "[Added]: Add checksum to Repo-Server for the argocd-repo-server-tls secret."
Signed-off-by: Karl Parry <karl.parry@imbursepayments.com>