Skip to content

duffelhq/argo-helm

This branch is 668 commits behind argoproj/argo-helm:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 15, 2023
Mar 24, 2023
Jan 20, 2023
Oct 12, 2022
Sep 30, 2022
Aug 30, 2020
Dec 29, 2022
Feb 23, 2023
Sep 3, 2018
Sep 20, 2019
Mar 6, 2023

Repository files navigation

Argo Helm Charts

Slack License Chart Publish Artifact HUB CLOMonitor

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

If you have a security concern relating to either this project repo or an individual helm chart, please open an issue or start a discussion.

Changelog

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

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 97.1%
  • Shell 2.9%