Commit graph

51 commits

Author SHA1 Message Date
Tim Hobbs
ffc9220f04
feat: imagePullSecrets for servers and controllers (#361) 2020-08-30 13:10:09 -04:00
dherman
12c26701a5
fix(argo): add missing rbac to support pdbs (#433)
This adds support for the PodDisruptionBudget feature of Argo.  Without this, PDBs will fail to be created/managed.

Ref:  dae0f2df1f/manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrole.yaml (L84-L91)
2020-08-27 20:01:00 -04:00
Vlad Losev
209d69558e
feat(argo): Adds SSO configuration for Argo Server. (#381) 2020-06-22 10:44:50 -07:00
Wolfgang Nagele
0181f86f5f
fix: Add support for SSO in Argo (#383) 2020-06-22 10:27:06 -07:00
Wolfgang Nagele
c4e4d1439b
Indent error (#369) 2020-06-18 12:36:53 -07:00
Antoine Dao
8e00437e07
fix: add pod and workflow workers to argo helm values (#364) 2020-06-08 14:09:40 -07:00
Tom Firth
3d94a95f5a
docs: Add archive option to values.yaml to clarify persistence options (#359) 2020-05-27 08:01:15 -07:00
Tomas Valasek
2d4e2f34a9
fix: workflow-controller-config-map.yaml (#343) 2020-05-18 08:35:30 -07:00
Vlad Losev
370ec9f6c4
fix: ClusterWorkflowTemplate access (#352) 2020-05-15 14:32:23 -07:00
Vlad Losev
859d769c12
feat: Enable specifying environment for Argo workflow executor. (#349) 2020-05-14 17:04:21 -07:00
Vlad Losev
2ad0ce8f3e
Adds support for ClusterWorkflowTemplates (a 2.8 feature). (#345) 2020-05-14 11:29:11 -07:00
Artyom Bakhtin
b770b5bfeb
fix: argo-wf persistence configuration (#262) 2020-05-08 14:23:02 -07:00
Kristof Farkas-Pall
de30e84cf4
feat: add support for namespaced install (#263) 2020-04-30 14:00:07 -07:00
Kristof Farkas-Pall
ad34abed7e
fix: allow server cluster role to delete pods (#278) 2020-04-30 07:29:30 -07:00
ygapon-mio
f2a3adc7f4
feat: add support for setting roleARN and useSDKCreds properties for S3 artifact repository (#329) 2020-04-29 19:04:07 -07:00
Mark Haley
46e08b1fe8
feat: Allow custom paths for server ingress (#317) 2020-04-29 18:45:20 -07:00
Pablo Osinaga
1135b1ef18
fix: Argo Server Secrets Permissions (#307)
Grant permissions to workflow-controller and server roles to read database secrets
2020-04-29 13:36:58 -07:00
Sébastien Prud'homme
5add526d0c
feat: upgrade Argo to v2.7.6 (#296) 2020-04-29 13:01:00 -07:00
Vlad Losev
3baf6c81c7
feat: Adds support for workflow defaults in Argo. (#319) 2020-04-28 10:15:23 -07:00
Stefan Sedich
6c32fbac27
feat: add support for setting s3 region for artifact repository (#286)
* feat: add support for setting s3 region for artifact repository

* Bump chart version
2020-04-23 12:25:08 -07:00
Chris
ac44f2d7e1
fix: use networking.k8s.io/v1beta1 apiVersion for ingress if supported (#312)
* use networking.k8s.io/v1beta1 apiVersion for ingress if supported
* updated chart version
* used more explicit capability check
2020-04-21 16:52:13 +10:00
Vlad Losev
2dec8e44f7
feat: Add support for extra arguments to Argo Server (#271) 2020-04-06 09:13:40 -07:00
Trevor Foster
219778eb9d
fix: Hotfix server.baseHref value not being used (#261) 2020-03-13 08:04:31 -07:00
geoL86
664829aa24
feat: Added possibility to override BASE_HREF env variable… (#216) 2020-03-10 07:41:23 -07:00
Pablo Osinaga
b3fa82df77
feat: Update Argo Chart to support v2.6 (#258) 2020-03-07 09:08:28 -08:00
Yong Wen Chua
d43891fc38
feat: Support Affinity and Tolerations for Argo Chart (#206) 2020-02-12 23:12:30 -05:00
Michael Simpson
62f920f6c0
fix: Add missing CRD to the crds directory (#235)
Why
---
The Helm chart wasn't installing the `workflow-template` CRD.
2020-02-12 19:54:27 -05:00
Carlos Juan Gómez Peñalver
7a3120bed9
[Argo] update subchart minio and add Helm 3 CRD folder (#229)
* feat: update subchart minio and add Helm 3 compatibility Argo WF
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>

* fix: use Helm 2 to create the dependencies.lock helm/helm#7233

Fix related to this ticket merged 8h ago
https://github.com/helm/helm/issues/7233

Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>

* fix: revert testing values

Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
2020-02-12 09:06:06 -05:00
Alin Balutoiu
4e16b77656 fix: Update Argo icon URL for the Helm charts (#193)
* fix: Update Argo icon URL for the Helm charts

The path to the argo.png image has changed in
the Argo repository.

The helm charts icon URL still points to the
old URL which is invalid. The image has moved
from /argo.png to /docs/assets/argo.png.

* chore: bump argocd chart version
2019-12-23 15:39:02 +11:00
Pablo Osinaga
b1b2cf6640 feat: Update argo image to version v2.4.3 (#188)
- Update argo chart container tag to v2.4.3
2019-12-16 15:53:31 -05:00
Sean Johnson
5f33036890
Fix up chart linting, add docs and lint script (#146)
This updates the Helm linting system with the following changes:

- Import lintconf.yaml with small change to comment distance in order to
match existing values.yaml standards
- Update Chart.yaml and values.yaml in each chart to pass linting
standards
- Maintainers added to each chart from OWNERS + CODEOWNERS, the linter
requires GitHub usernames so argo-events maintainer names were converted
- README updated with documentation around chart standards and testing
- A local shell script added for running lint tests locally
2019-11-06 08:08:17 +11:00
Pablo Osinaga
e3dc69482f Fix argo CRD deployment (#140)
* Fix argo CRD deployment

- Update if clause of workflow-crd.yaml
- Update if clause of workflow-template-crd.yaml

* Update argo chart version
2019-10-28 19:45:55 -04:00
John Behling
caf9ff6e49 [argo] Add workflow persistence configuration (#133) 2019-10-22 15:08:29 -07:00
Andrew Suderman
cc0746951b Update argo chart for 2.4.2 (#130)
* Updating chart to 2.4.1

Adding a helm flag instead of --no-hooks for sustainability

Add better readme around CRDs

Fixing controller clusterrole

adding workflowtemplate to argo-ui clusterrole

* Bumping to newest patch

* Bumping to newest patch 2.4.2
2019-10-22 09:10:13 -07:00
Bryton Hall
9273c610ce expose workflow metrics port (#121) 2019-09-24 13:52:33 -07:00
Alex Collins
480c730725 icon 2019-09-23 11:38:10 -07:00
Sam Wyma
d135aa72dd Be able to define extra configuration in argo (#100) 2019-09-23 08:49:13 -07:00
Jerome Brette
d50ade1dd4 Deployment extensions/v1beta1 is deprecated in Kubernetes 1.16 (#110) 2019-09-19 21:50:47 +01:00
Naseem
77e638f55d Add resources values to ui and controller (#95) 2019-08-16 09:36:37 -07:00
Sebastian Jäger
f9863c5b6c Improve chart description (#89) 2019-07-25 09:22:51 -07:00
Pablo Osinaga
6cfac41a4b [Argo] Fix appVersion in argo chart (#83) 2019-07-08 10:31:18 -07:00
Sébastien Prud'homme
9f882e9190 Update Argo to v2.3.0 and add support for Prometheus operator (#73) 2019-07-02 13:41:28 -07:00
Naseem
02ae101dbe [argo] Create aggregate roles as pre-install hook (#69) 2019-05-13 13:16:44 -07:00
Dat Truong
add39cf90b Add force namespace isolation for UI (#66) 2019-05-09 08:45:52 -07:00
Jungyoul Yu
e8c195854c add argo appVersion (#59) 2019-05-03 10:12:53 -07:00
Alexander Matyushentsev
969a59ead2
Remove misspelled field from argo chart (#26) 2018-12-14 11:01:22 -08:00
Jesse Suen
8af4ee0943
Update chart to use workflow-controller v2.2.1, bump chart version to v0.3.0 2018-11-29 15:16:59 -08: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
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
Alexander Matyushentsev
92599031ec Bump argo chart version 2018-03-23 21:19:37 -07:00