Skip to content

Commit 69c3e60

Browse files
chore(argo-workflows): Add install guide on README (argoproj#1908)
Signed-off-by: yu-croco <[email protected]> Co-authored-by: Marco Kilchhofer <[email protected]>
1 parent fa17c46 commit 69c3e60

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.4.5
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.22.13
6+
version: 0.22.14
77
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:
@@ -14,10 +14,4 @@ maintainers:
1414
annotations:
1515
artifacthub.io/changes: |
1616
- kind: added
17-
description: Added workflow startup option --log-format (defaults to 'text').
18-
- kind: added
19-
description: Added server startup option --log-format (defaults to 'text').
20-
- kind: added
21-
description: Added server startup option --loglevel (defaults to 'info').
22-
- kind: added
23-
description: Added server startup option --gloglevel (defaults to '0').
17+
description: Add install guide on README.

charts/argo-workflows/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds
2828
kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds/full?ref=v3.3.9"
2929
```
3030

31+
## Installing the Chart
32+
33+
To install the chart with the release name `my-release`:
34+
35+
```console
36+
$ helm repo add argo https://argoproj.github.io/argo-helm
37+
"argo" has been added to your repositories
38+
39+
$ helm install my-release argo/argo-workflows
40+
NAME: my-release
41+
...
42+
```
43+
3144
## Changelog
3245

3346
For full list of changes, please check ArtifactHub [changelog].

charts/argo-workflows/README.md.gotmpl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds
2828
kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds/full?ref=v3.3.9"
2929
```
3030

31+
## Installing the Chart
32+
33+
To install the chart with the release name `my-release`:
34+
35+
```console
36+
$ helm repo add argo https://argoproj.github.io/argo-helm
37+
"argo" has been added to your repositories
38+
39+
$ helm install my-release argo/argo-workflows
40+
NAME: my-release
41+
...
42+
```
43+
3144
## Changelog
3245

3346
For full list of changes, please check ArtifactHub [changelog].

0 commit comments

Comments
 (0)