Skip to content

Commit 96182b4

Browse files
authored
chore(argo-events): Add install guide on README (argoproj#1909)
Signed-off-by: yu-croco <[email protected]>
1 parent 21f4ac8 commit 96182b4

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

charts/argo-events/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v1.7.6
33
description: A Helm chart for Argo Events, the event-driven workflow automation framework
44
name: argo-events
5-
version: 2.1.3
5+
version: 2.1.4
66
home: https://github.com/argoproj/argo-helm
77
icon: https://argoproj.github.io/argo-events/assets/logo.png
88
keywords:
@@ -15,5 +15,5 @@ maintainers:
1515
url: https://argoproj.github.io/
1616
annotations:
1717
artifacthub.io/changes: |
18-
- kind: changed
19-
description: Upgrade Argo Events to v1.7.6
18+
- kind: added
19+
description: Add install guide on README

charts/argo-events/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ To regenerate this document, please run:
1717
./scripts/helm-docs.sh
1818
```
1919

20+
## Installing the Chart
21+
22+
To install the chart with the release name `my-release`:
23+
24+
```console
25+
$ helm repo add argo https://argoproj.github.io/argo-helm
26+
"argo" has been added to your repositories
27+
28+
$ helm install my-release argo/argo-events
29+
NAME: my-release
30+
...
31+
```
32+
2033
## Upgrading
2134

2235
### Custom resource definitions

charts/argo-events/README.md.gotmpl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ To regenerate this document, please run:
1717
./scripts/helm-docs.sh
1818
```
1919

20+
## Installing the Chart
21+
22+
To install the chart with the release name `my-release`:
23+
24+
```console
25+
$ helm repo add argo https://argoproj.github.io/argo-helm
26+
"argo" has been added to your repositories
27+
28+
$ helm install my-release argo/argo-events
29+
NAME: my-release
30+
...
31+
```
32+
2033
## Upgrading
2134

2235
### Custom resource definitions

0 commit comments

Comments
 (0)