File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed
Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.4.5
33name : argo-workflows
44description : A Helm chart for Argo Workflows
55type : application
6- version : 0.22.13
6+ version : 0.22.14
77icon : https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
88home : https://github.com/argoproj/argo-helm
99sources :
@@ -14,10 +14,4 @@ maintainers:
1414annotations :
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.
Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds
2828kubectl 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
3346For full list of changes, please check ArtifactHub [ changelog] .
Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ kubectl apply -k "https://github.com/argoproj/argo-workflows/manifests/base/crds
2828kubectl 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
3346For full list of changes, please check ArtifactHub [changelog].
You can’t perform that action at this time.
0 commit comments