Commit Graph

28 Commits (2d713a758bb833c1a68b8b22a946b274a97a5108)

Author SHA1 Message Date
Alexander Matyushentsev 2d713a758b Add readme file 2018-09-03 07:23:49 -07:00
Vincent Smith 4daf72c423 Fix typo in ui-crb.yaml (#17)
This was binding roles to the service account in the `.Release.Name` instead of `.Release.Namespace` namespace
2018-08-27 15:30:41 -07:00
Ilya Sotkov 2320338591 Add ingress for argo-ui (#18)
* Fix bug in ui-crb.yaml and add ingress for argo-ui
* Use crd.version value and add ability to specify crd creation job sa
2018-08-27 15:29:10 -07: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
Justin Nauman b6588e85b8 Chart Grooming (#14)
* Chart Grooming

- Changed the default `workflow-controller` installation to use the `ServiceAccount` that is created and bound.
- Customized the instanceID logic:
  - No longer defaults to installed (this was very difficult to see/understand when coming from starter tutorials)
  - Kept logic to allow for release name or explicit mappings but changed structure a bit
- Added in optional configuration for:
  - CRD Install hook's ServiceAccount to allow clean install if your
  default roles aren't privledged
  - Optional Pod and Service annotations
  - Controller logging level configuration
- Minio Customizations
  - Changed the Secret configuration to properly represent the path of a secret instead of the actual contents
  - Changed the names of the secret and service that are represented to mirror that of the underlying chart

* Adding in role bindings for minio secrets if installed
2018-08-16 00:39:27 -07:00
louis-murray edb3e6b41a set minio to not be installed by default (#13)
helm has issues with conditional sub charts of a sub chart so I think it'd be better to have minio not be installed as part of the chart by default so if you want to leverage this chart as part of another chart you don't have to worry about unintended resources getting created on cluster.
2018-08-14 14:30:45 -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
Stefan Henseler 15163ef585 fixes capitalization error for release name reference (#10) 2018-08-03 01:19:12 -07:00
Matthew Magaldi ab5f2edf9d adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00
louis-murray 1fed7f37cf Updating helm chart and improving style (#7)
* moved workflow CRD into helpers.tpl

* added new values to values.yaml

* added UI cluster role and binding

* add workflow controller cluster role and binding

* added ui service account creator

* added workflow controller service account yaml

* reformatted values.yaml to group similar items

* tweaked files to reflect values.yaml changes

* setup minio stuff to match subchart model

* changes to reflect minio rework

* added README to explain chart a bit

* changes made to reflect minio values changes

* changes to reflect minio values changes (again)

* updating minio to latest version

* move the crd definition into it's own tpl file
2018-06-04 07:39:53 -07:00
Alexander Matyushentsev 92599031ec Bump argo chart version 2018-03-23 21:19:37 -07:00
Lukasz Lempart be46446e0c Parameterize artifact repository settings (#4)
* Parameterize artifact configuration

**What**
- Add parameterization of artifact store configuration

**Why**
Enables configuration of artifact repo secrets or omitting for use with IAM credentials

* Add workflow CRD definition to argo chart

**Why**
The workflow CRD must exist in order for argo to function

* artifactRepository values follow tree structure

* Deploy CRD as a pre-install hook

**What**
Using `lachlanevenson/k8s-kubectl`, which appears to be the most popular, off the shelf container with `kubectl` applied, run a job to apply the `workflow` crd.

**Why**
CRD is not, and cannot, be parameterized with release and so attempting to deploy as a regular template causes failures when installing subsequent releases.
2018-03-23 21:10:05 -07:00
Alexander Matyushentsev 7ac7a9b193 Update argo-ci chart version 2018-01-31 13:53:47 -08:00
Alexander Matyushentsev 18e901565d Update argo-ci image version 2018-01-31 13:46:13 -08:00
Alexander Matyushentsev 6c77a274df Update argoci image version 2018-01-13 18:29:19 -08:00
Alexander Matyushentsev 58332ff28e Set controller instance id to release name during argo-ci installation 2018-01-05 11:21:08 -08:00
Alexander Matyushentsev 5ab47e8639 Support using release name for workflow controller instance id 2018-01-05 11:11:40 -08:00
Alexander Matyushentsev dcd5931ef3 Set instanceID in workflow controller config map 2018-01-04 13:54:23 -08:00
Alexander Matyushentsev 8bace1da49 Update argo ci image tag 2018-01-03 23:08:19 -08:00
Alexander Matyushentsev ab8df98dc6 Remove unnecessary gitignore files 2018-01-03 22:26:44 -08:00
Alexander Matyushentsev d5634a3af2 Add argo-ci helm chart 2018-01-03 21:15:57 -08:00
Alexander Matyushentsev bfee1f32cf Remove obsolete alro-lite chart 2018-01-03 11:55:33 -08:00
Alexander Matyushentsev b2f8f0c283 Create agro helm chart 2018-01-02 16:45:35 -08:00
Alexander Matyushentsev 5456fd1e8b Fix chart tar command 2017-10-11 13:25:53 -07:00
Alexander Matyushentsev a0959ed344 Use helm to index repo 2017-10-11 11:20:19 -07:00
Alexander Matyushentsev 81c0c105ff Fix repo generation 2017-10-11 11:00:17 -07:00
Alexander Matyushentsev 5e71ab6395 Automate helm publishing 2017-10-11 09:31:51 -07:00
Alexander Matyushentsev 4ad4d551f9 Initial commit 2017-10-11 08:54:34 -07:00