argo-helm/charts/argo-events
Vaibhav 02f9725f77
chore: bump image version to v0.14.0 (#303)
Co-authored-by: Derek Wang <whynowy@gmail.com>
2020-04-13 13:07:39 -04:00
..
ci [argo-events] v0.11 update (#162) 2019-11-14 16:20:55 -06:00
crds feat: Update events chart (#220) 2020-01-29 21:20:02 -05:00
templates feat: Update events chart (#220) 2020-01-29 21:20:02 -05:00
.helmignore adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00
Chart.yaml chore: bump image version to v0.14.0 (#303) 2020-04-13 13:07:39 -04:00
README.md chore: bump image version to v0.14.0 (#303) 2020-04-13 13:07:39 -04:00
values.yaml chore: bump image version to v0.14.0 (#303) 2020-04-13 13:07:39 -04: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)
  • Gateway Custom Resource Definition (See CRD Notes)
  • EventSource Custom Resource Definition (See CRD Notes)
  • Sensor Controller Deployment
  • Sensor Controller ConfigMap
  • Gateway Controller Deployment
  • Gateway Controller ConfigMap
  • Service Account
  • 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 like so:

kubectl apply -f https://github.com/argoproj/argo-events/raw/v0.14.0/hack/k8s/manifests/sensor-crd.yaml
kubectl apply -f https://github.com/argoproj/argo-events/raw/v0.14.0/hack/k8s/manifests/gateway-crd.yaml
kubectl apply -f https://github.com/argoproj/argo-events/raw/v0.14.0/hack/k8s/manifests/event-source-crd.yaml