ArgoProj Helm Charts
 
 
 
 
Go to file
Petr Drastil b8212e0b30
chore(argo-cd): Remove deprecated features and redesign Ingress (#2407)
* chore(argo-cd): Remove deprecated features

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Remove wildcard catch all ingress rule

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Add ingress extra rules

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Remove unnecessary ingress variables

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Improve documentation

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Replace ingress paths and hosts with single backend service

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Use only port number to support all ingress controllers

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Minor gRPC fixes

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Simplify TLS configuration

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Decouple AWS and GKE ALB from generic ingress

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Remove map nesting for ApplicationSet ingress

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Use example.com domain

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Remove fallback for argocd-cm checksum annotation

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Add revisionHistoryLimit for controller

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Update README

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Update README

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

---------

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-07 21:40:05 +00:00
.github chore(deps): bump tj-actions/changed-files from 42.0.0 to 42.0.2 (#2458) 2024-01-27 09:27:37 -06:00
charts chore(argo-cd): Remove deprecated features and redesign Ingress (#2407) 2024-02-07 21:40:05 +00:00
scripts fix(github): update chart testing action due to failure (#2324) 2023-10-31 12:21:05 -05:00
.clomonitor.yml chore(github): Updated security documentation and CLOMonitor exemptions (#2333) 2023-11-06 09:10:35 -06:00
.editorconfig chore(argo-rollouts): Upgrade argo-rollouts to 1.3.1 (#1500) 2022-10-01 00:29:03 +02:00
.gitignore feat: imagePullSecrets for servers and controllers (#361) 2020-08-30 13:10:09 -04:00
CODE_OF_CONDUCT.md chore(github): Update repo files (#2006) 2023-05-05 21:23:04 +01:00
CONTRIBUTING.md docs(argo-workflows): update documentation links to readthedocs (#2472) 2024-02-03 09:44:56 +09:00
EMERITUS.md chore(github): use table for Emeritus (#2182) 2023-07-24 08:48:47 +09:00
LICENSE Add readme file 2018-09-03 07:23:49 -07:00
README.md docs(github): remove unnecessary qualifier in README (#2364) 2023-12-01 05:14:55 +09:00
SECURITY-INSIGHTS.yml chore(github): Update SECURITY-INSIGHTS.yml to include security-contacts (#2356) 2023-11-27 00:30:08 -06:00
SECURITY.md docs(github): typo fix in security.md (#2343) 2023-11-15 22:38:26 +09:00
renovate.json feat(github): Use renovate to create PRs when upstream releases (#2358) 2023-12-07 18:06:01 +09:00

README.md

Argo Helm Charts

Slack License Chart Publish Artifact HUB CLOMonitor OpenSSF Scorecard OpenSSF Best Practices

Argo Helm is a collection of community maintained charts for https://argoproj.github.io projects. The charts can be added using following command:

helm repo add argo https://argoproj.github.io/argo-helm

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

Custom resource definitions

Some users would prefer to install the CRDs outside of the chart. You can disable the CRD installation of the main four charts (argo-cd, argo-workflows, argo-events, argo-rollouts) by using --set crds.install=false when installing the chart.

Helm cannot upgrade custom resource definitions in the <chart>/crds folder by design. Our CRDs have been moved to <chart>/templates to address this design decision.

If you are using versions of a chart that have the CRDs in the root of the chart or have elected to manage the Argo CRDs outside of the chart, please use kubectl to upgrade CRDs manually from templates/crds folder or via the manifests from the upstream project repo:

Example:

kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=<appVersion>"

# Eg. version v2.4.9
kubectl apply -k "https://github.com/argoproj/argo-cd/manifests/crds?ref=v2.4.9"

Security Policy

Please refer to SECURITY.md for details on how to report security issues.

Changelog

Releases are managed independently for each helm chart, and changelogs are tracked on each release. Read more about this process here.