ArgoProj Helm Charts
Find a file
Eddie Knight 131fbc113b Added license scanning exepmtion
Signed-off-by: Eddie Knight <knight@linux.com>
2023-11-06 08:06:41 -06:00
.github chore(deps): bump helm/chart-testing-action from 2.6.0 to 2.6.1 (#2332) 2023-11-04 06:46:02 -05:00
charts chore(argo-workflows): Upgrade Argo Workflows to v3.5.1 (#2329) 2023-11-04 14:57:43 +09:00
scripts fix(github): update chart testing action due to failure (#2324) 2023-10-31 12:21:05 -05:00
.clomonitor.yml Added license scanning exepmtion 2023-11-06 08:06:41 -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
CODEOWNERS chore(github): Add tico24 to codeowners (#2047) 2023-05-10 23:30:17 +09:00
CONTRIBUTING.md Updated security documentation and CLOMonitor exemptions 2023-11-05 07:25:50 -06: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 fix(github): fix error in codeowners file and update README about security (#2015) 2023-05-06 08:18:37 -05:00
SECURITY-INSIGHTS.yml Updated security documentation and CLOMonitor exemptions 2023-11-05 07:25:50 -06:00
SECURITY.md chore(github): Update repo files (#2006) 2023-05-05 21:23:04 +01:00

Argo Helm Charts

Slack License Chart Publish Artifact HUB CLOMonitor OpenSSF Scorecard

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 Workflows 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.