argocd-helm/charts/argo-events
Paul Ayling 6ff8ee14f5
feat(argo-events): Update Argo Events to 1.5.0 (#995)
* Update image and tag for argo events deployments

Signed-off-by: Paul Ayling <paul.ayling@sky.uk>

* Update Nats images

Signed-off-by: Paul Ayling <paul.ayling@sky.uk>

* Update sensorImage and eventSourceImage

Signed-off-by: Paul Ayling <paul.ayling@sky.uk>

* Update Chart.yaml

Signed-off-by: Paul Ayling <paul.ayling@sky.uk>

* Place new argument at end to work with old images

Signed-off-by: Paul Ayling <paul.ayling@sky.uk>

* Update chart appversion and RBAC

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>

* Apply suggestions from code review

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>

* Default to Chart AppVersion if tag does not exist

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>

* Update Chart AppVersion to v1.5.0

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>

* Update changelog

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-10-27 17:13:40 +02:00
..
ci chore!: Rewrite Lint Workflow to Github (#685) 2021-05-21 15:03:28 +02:00
crds fix(argo-events): spec.versions.schema Required for argo-events crds (#605) 2021-03-31 10:31:14 -07:00
templates feat(argo-events): Update Argo Events to 1.5.0 (#995) 2021-10-27 17:13:40 +02:00
.helmignore chore(argo-events): Cleanup old CRD hooks (#778) 2021-06-07 10:35:39 +02:00
Chart.yaml feat(argo-events): Update Argo Events to 1.5.0 (#995) 2021-10-27 17:13:40 +02:00
README.md chore(argo-events): Cleanup old CRD hooks (#778) 2021-06-07 10:35:39 +02:00
values.yaml feat(argo-events): Update Argo Events to 1.5.0 (#995) 2021-10-27 17:13:40 +02:00

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 --skip-crds when installing the chart.

You can install the CRDs manually from crds folder.