ForkCoreWeaveCoreWeavepublished Mar 22, 2022seen 6d

coreweave/argo-helm

forked from argoproj/argo-helm

Open original ↗

Captured source

source ↗
published Mar 22, 2022seen 6dcaptured 10hhttp 200method plain

coreweave/argo-helm

Description: ArgoProj Helm Charts

Language: Mustache

License: Apache-2.0

Stars: 0

Forks: 0

Open issues: 1

Created: 2022-03-22T19:12:51Z

Pushed: 2024-03-07T13:28:51Z

Default branch: coreweave

Fork: yes

Parent repository: argoproj/argo-helm

Archived: no

README:

Argo Helm Charts

![Chart Publish](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml) ![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm) ![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7942)

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](CONTRIBUTING.md) 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 /crds folder by design. Our CRDs have been moved to /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](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="

# 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](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.