Commit graph

26 commits

Author SHA1 Message Date
Calum MacRae
b862c6239f
feat(argo-events): Ability to specify custom env variables (#516)
* feat(argo-events): Add debugLogging value for controller components

Signed-off-by: Calum MacRae <hi@cmacr.ae>

* fix: quote strings

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

* Rework to generic extraEnv

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

* Fix chart icon url

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

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-08-08 00:43:28 +02:00
Marco Kilchhofer
01c78a82b5
chore(argo-events): Cleanup old CRD hooks (#778)
* Drop old CRDs with hooks containing helm hooks

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

* Bump chart version

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

* Drop empty newlines inside manifests

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

* chore: trigger CI

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

* chore: Ignore 'ci/' directory in final package

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

* Apply changes from code review

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-06-07 10:35:39 +02:00
Peter Benjamin
c7f1bfbda3
feat(argo-events): support namespaced deployments (#705)
* feat(argo-events): support namespaced deployments

Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>

* chore: bump chart major version

Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>

* fix: bump minor chart version

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

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-05-29 12:30:06 +02:00
kostas-theo
be7c6c5721
feat(argo-events): Add annotations to argo-events-sa. (#708)
* feat: sa annotations

Signed-off-by: kostas-theo <ktheo@oneconcern.com>

* fix: review recommendations

Signed-off-by: kostas-theo <ktheo@oneconcern.com>

* fix: Apply review changes

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

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-05-26 23:27:12 +02:00
Chris St. Pierre
6acfdc62ef
feat(argo-events): add support for resource requests/limits (#761)
* feat(argo-events): add support for resource requests/limits

Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com>

* Fix `resources` scope

Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com>

* Apply suggestions from code review

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

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-05-26 23:13:14 +02:00
t3mi
72f71923f2
feat(argo-events): add priorityClassName and podLabels options (#610)
Signed-off-by: t3mi <t3mi@users.noreply.github.com>
2021-04-26 14:35:41 +02:00
kostas-theo
7b78693819
fix: add missing status resources in rbac clusterrole (#694)
Signed-off-by: kostas-theo <ktheo@oneconcern.com>

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
2021-04-23 23:00:23 +02:00
Kai Kahllund
50caa3d289
fix: add missing status resources in rbac role (#667)
Signed-off-by: shortmann <kahllund@mac.com>
2021-04-21 15:05:39 +02:00
Vlad Losev
5fc4ed7d5b
feat(argo-events): Add support for pod annotations. (#680)
* feat(argo-events): Add support for pod annotations.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>

* Apply suggestions from code review.

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
2021-04-21 11:35:38 +02:00
kostas-theo
95c1ce0b75
fix(argo-events): spec.versions.schema Required for argo-events crds (#605) 2021-03-31 10:31:14 -07:00
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
Tim Hobbs
ffc9220f04
feat: imagePullSecrets for servers and controllers (#361) 2020-08-30 13:10:09 -04:00
Derek Wang
efe49b9261
fix(argo-events): fix rabc for argo-events-sa (#413) 2020-07-24 22:02:53 -04:00
Vaibhav
a6fa0647e4
chore: bump version to v0.17.0 (#412) 2020-07-24 15:28:01 -07:00
Konstantin
d5dec323a8
feat: Update events chart (#220)
* added crds directory for helm 3 compability

* added eventsource-crd for helm2

* updated image tags to newer version, added new property for additionalRules for compability

* updated SA Rules to match installation yaml from events repo

* introduced shortnames to match upstream crds

* updated env var names to match events installation yml from upstream repo

* updated chart and app version
2020-01-29 21:20:02 -05:00
Andrew Suderman
6457037391 [argo-events] v0.11 update (#162)
* Updating for events 0.11

* Adding note to the README about how to install CRDs from github

* Fixing handling of serviceAccount variable inside of loops
2019-11-14 16:20:55 -06:00
John Behling
9e2c134225 [argo-events] Use serviceAccount variable for serviceAccount naming (#134) 2019-10-24 17:56:50 -04:00
Andrew Suderman
04d7d2c390 Update argo events to 0.10 (#132) 2019-10-22 13:37:58 -07:00
Jerome Brette
2bb14b2e30 simple cleanup (#114) 2019-09-19 17:36:47 -07:00
Jeff Fouchard
8e324206f8 Multi-namespace RBAC support (#60)
Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>
2019-05-03 10:13:54 -07:00
Nick Stott
1b17d04e7e add a toggle to allow the controllers to listen on all namespaces (#41) 2019-02-28 17:11:34 -05:00
Daisuke Taniwaki
286ba4d860 Set correct namespace on service account and clusterrole (#38) 2019-02-28 12:56:24 -08:00
Vaibhav
1fbc076882 Update Argo Events chart (#35) 2019-02-13 14:14:36 -08:00
Ilya Sotkov
61d426c1ca [argo-events] Fix unused crdVersion value and add ability to specify crd creation job service account (#19)
* Use crd.version value and add ability to specify crd creation job sa
* Bump chart version to 0.2.0
2018-08-27 15:27:30 -07:00
Antons Kranga
4696111a14 Invalid json syntax (#11) (#12)
* Invalid json syntax (#11)

* More of invalid json syntax (#11)
2018-08-06 08:08:55 +03:00
Matthew Magaldi
ab5f2edf9d adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00