ArgoProj Helm Charts
 
 
Go to file
Jason Meridth 7992b5d04b
feat(argo-workflows): Add helper function to determine image value, minus tag (#1754)
We have a situation where we want to exclude the registry so that images can
be pulled from in-network mirrors. Currently when you exclude the registry,
you get stuck with a prefixing forward slash.

Had to keep the tags in the manifest files because helm template requires
a colon in the image value.  Otherwise I'd move it into the helper function.

image entries changed: server, controller, executor

Signed-off-by: jmeridth <jmeridth@gmail.com>

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-09 18:03:26 -06:00
.github chore(github): bump actions/stale from 6 to 7 (#1729) 2022-12-25 20:06:09 +09:00
charts feat(argo-workflows): Add helper function to determine image value, minus tag (#1754) 2023-01-09 18:03:26 -06:00
scripts chore(github): Bump GitHub actions versions (#1575) 2022-10-25 23:33:26 +02:00
.clomonitor.yml chore(github): Added CLOMoitor exclusions related to dependency tracking (#1543) 2022-10-12 02:29:44 -05: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
CODEOWNERS chore(argo-cd): Add pdrastil as Argo CD codeowner (#1743) 2022-12-29 09:54:28 -06:00
CONTRIBUTING.md fix helm install md (#1672) 2022-11-28 20:56:17 -06:00
LICENSE Add readme file 2018-09-03 07:23:49 -07:00
OWNERS Contributing (#116) 2019-09-19 17:36:12 -07:00
README.md chore(github): Added Argoproj CLOMonitor Badge (#1548) 2022-10-12 19:30:52 +02:00

README.md

Argo Helm Charts

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.

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.