chore: Sync README.md from main branch
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
3f3cab59d5
commit
b44bbfa2c1
2 changed files with 14 additions and 12 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Argo Helm Charts
|
||||||
|
|
||||||
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
[](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml)
|
||||||
|
|
||||||
|
Argo Helm is a collection of **community maintained** charts for [https://argoproj.github.io](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.
|
12
index.html
12
index.html
|
@ -1,12 +0,0 @@
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Argo charts repository</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Argo charts repository</h1>
|
|
||||||
<p>Add this repository</p>
|
|
||||||
<pre>
|
|
||||||
helm repo add argo https://argoproj.github.io/argo-helm
|
|
||||||
</pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue