forked from argoproj/argo-helm
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> |
||
---|---|---|
.github | ||
charts | ||
scripts | ||
.clomonitor.yml | ||
.editorconfig | ||
.gitignore | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
OWNERS | ||
README.md |
README.md
Argo Helm Charts
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.