argo-helm/charts/argo-events
smcavallo 03cd06d6ee
chore(argo-events): update argo-events to 1.2.3 (#553)
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2021-02-23 08:19:13 +01:00
..
ci [argo-events] v0.11 update (#162) 2019-11-14 16:20:55 -06:00
crds chore(argo-events): update argo-events to 1.2.3 (#553) 2021-02-23 08:19:13 +01:00
templates chore(argo-events): update argo-events to 1.2.3 (#553) 2021-02-23 08:19:13 +01:00
.helmignore adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00
Chart.yaml chore(argo-events): update argo-events to 1.2.3 (#553) 2021-02-23 08:19:13 +01:00
README.md chore: bump version to v0.17.0 (#412) 2020-07-24 15:28:01 -07:00
values.yaml chore(argo-events): update argo-events to 1.2.3 (#553) 2021-02-23 08:19:13 +01:00

README.md

Argo-Events Chart

This is a community maintained chart. It installs the argo-events application. This application comes packaged with:

  • Sensor Custom Resource Definition (See CRD Notes)
  • EventSource Custom Resource Definition (See CRD Notes)
  • EventBus Custom Resource Definition (See CRD Notes)
  • Sensor Controller Deployment
  • EventSource Controller Deployment
  • EventBus Controller Deployment
  • Service Account
  • Roles
  • Role Bindings
  • Cluster Roles
  • Cluster Role Bindings

Notes on CRD Installation

Some users would prefer to install the CRDs outside of the chart. You can disable the CRD installation of this chart by using --set installCRD=false when installing the chart.

You can install the CRDs manually from crds folder.