File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v1.7.6
33description : A Helm chart for Argo Events, the event-driven workflow automation framework
44name : argo-events
5- version : 2.1.3
5+ version : 2.1.4
66home : https://github.com/argoproj/argo-helm
77icon : https://argoproj.github.io/argo-events/assets/logo.png
88keywords :
@@ -15,5 +15,5 @@ maintainers:
1515 url : https://argoproj.github.io/
1616annotations :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments