• Stars
    star
    1,503
  • Rank 30,030 (Top 0.7 %)
  • Language Mustache
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ArgoProj Helm Charts

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.

More Repositories

1

argo-cd

Declarative Continuous Deployment for Kubernetes
Go
16,002
star
2

argo-workflows

Workflow Engine for Kubernetes
Go
14,170
star
3

argo-rollouts

Progressive Delivery for Kubernetes
Go
2,424
star
4

argo-events

Event-driven Automation Framework for Kubernetes
Go
2,211
star
5

gitops-engine

Democratizing GitOps
Go
1,627
star
6

argocd-example-apps

Example Apps to Demonstrate Argo CD
Jsonnet
1,331
star
7

applicationset

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 secure Application self-service.
Go
584
star
8

argoproj

Common project repo for all Argo Projects
Python
545
star
9

notifications-engine

Affordable notifications for Kubernetes
Go
243
star
10

argo-ui

Argoproj shared React components
TypeScript
208
star
11

argoproj-deployments

Deployment repository for Argoproj CI/CD
HCL
199
star
12

argo-ci

Continuous integration and delivery for Kubernetes powered by Argo workflows.
TypeScript
197
star
13

rollouts-demo

Go
168
star
14

data-pipeline

Python
34
star
15

pkg

Argo shared libraries between argo projects
Go
32
star
16

argo-ml-demo

Demonstration of using an Argo workflow for an ML application
Python
28
star
17

argo-schema-generator

Tool that generates a kustomize schema file for Argo CD, Argo Rollouts, Argo Workflows, and Argo Events
Go
22
star
18

argo-site

JavaScript
16
star
19

argo-cd-ui

TypeScript
15
star
20

homebrew-tap

Homebrew Tap for argo
Ruby
14
star
21

argo-cd-hello-world-app

A basic golang app with a travis pipeline that deploys into a k8s cluster using Argo-CD
Makefile
14
star
22

argocon21

JavaScript
8
star
23

ui-lib

TypeScript
5
star
24

argoproj.github.io

Generated from https://github.com/argoproj/argo-site
HTML
4
star
25

argo-cd-hello-world-config

Shell
4
star
26

argo-conformance-program

A standard to ensure interoperability, protect users, and prevent surprises when using commercial offerings with Argo in the name.
4
star
27

community-contrib-docs

3
star
28

argo-events-old

This repo is now obsolete. Please check out https://github.com/argoproj/argo-events
3
star
29

image-processing-demo

Python
3
star
30

kubecon-sandbox

KubeCon Sandbox for demonstrating Argo CD
Shell
3
star
31

kubeflow-ks

Example repo that stores the ksonnet files of Kubeflow v0.3.0
Shell
2
star
32

.github

2
star
33

katacoda-scenarios

Shell
1
star