Michael Barrientos
e1e2dd9631
feat: Argo CD allow custom paths for ingress ( #424 )
...
Similar to #317 , this allows us to add extra paths to Argo CD.
This adds compatibility with the ALB Ingress Controller when using EKS
to be able to add the additional listener rule to perform a HTTP->HTTPS
redirect on port 80.
2020-08-29 17:19:51 -04:00
Johnathan Falk
bfb16d911b
feat(argo-cd): Update CRD's to match upstream version. ( #430 )
...
Signed-off-by: Johnathan Falk <johnathan.falk@gmail.com>
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-08-29 16:42:25 -04:00
Connor Hallett
f45bd52b0e
feat(argo-cd): Add Support for syncWindows in additionalProjects ( #398 )
...
* Add support for syncWindows in additionalProjects
* Update values.yaml
Add example of syncWindows
* Update Chart.yaml
Bump version
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-08-29 16:37:57 -04:00
Richard Simpson
0a03ca0bab
feat: add support for configuring bot port ( #432 )
...
* feat: add support for configuring bot port
Adds support for configuring the bot listening port for people who want it to listen on 443 (for example)
* bump version
* remove unnecessary protocol
Co-authored-by: Andy Feller <andrew.feller@gmail.com>
2020-08-28 22:01:39 -04:00
dherman
bc14a12db5
fix(argo): add missing cr privileges for `patch` ( #399 )
...
In Argo 2.9+, the controller needs `patch` privileges on `events`. See
ff1627b717
65c2bd44e4/manifests/install.yaml (L253)
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-08-27 20:02:54 -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
jpbelanger-mtl
f1a6fcc8af
feat(argo-rollouts): Add configurable annotation to the metrics service ( #421 )
...
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-08-26 09:26:54 -07:00
Crystal Augustus
85b1b83ad0
argocd-notifications: Add podAnnotations ( #423 )
...
Co-authored-by: Andy Feller <andrew.feller@gmail.com>
2020-08-15 13:49:27 -04:00
Jungyoul Yu
abadf9ad63
chore: argo-rollouts bump to 0.3.4 (v0.8.3) ( #415 )
...
* argo-rollouts bump version 0.3.4
2020-08-13 14:31:02 -07:00
Sarah Henkens
3f0e079f78
fix: Add missing verbs for pods to cluster role to support rollout restarts ( #422 )
2020-08-12 17:14:17 -07:00
yoan-adfinis
801e454baa
chore: upgrade argo-cd to 1.6.2 ( #419 )
...
Signed-off-by: Yoan Blanc <yoan.blanc@adfinis.com>
2020-08-05 17:38:02 +10:00
Albert Dixon
cd4adfcaf8
feat: Argo Notifications - add extraArgs value ( #416 )
...
* charts/argocd-notifications/values: add extraArgs
* charts/argocd-notifications/templates/deployment: use extraArgs
* charts/argocd-notifications/chart: bump chart ver
* charts/argocd-notifications/chart: actually set ver
2020-07-31 17:57:19 -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
Maciej Moleda
c716c1795e
[argocd-notifications] add monitoring and slack bot service annotations ( #411 )
...
* feat: add slack bot service annotations to argocd-notifications
* feat: add monitoring to argocd-notifications
2020-07-22 20:58:59 -04:00
Frederik Weber
9b80bd95e4
fix : #404 - Change Redis image to run as non-root user ( #405 )
...
* fix : #404 - Set Security Context for Redis Pod
* Separate Container and Pod Security Context for Redis
* Bump Chart Version
* Syntax fix
* Also set Group in Redis Security Context
2020-07-15 13:18:47 -04:00
smit thakkar
bc78e3cbe1
Added tolerations, nodeSelectors and affinity to argo-rollouts ( #387 )
...
* added tolerations, nodeSelectors and affinity
* update chart version
* Update values.yaml
* Update Chart.yaml
2020-07-12 16:52:28 -07:00
Darshan Chaudhary
6a09dda2ed
chore(argo-cd): add app-resync as a template variable ( #397 )
...
Signed-off-by: darshanime <deathbullet@gmail.com>
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-07-12 12:49:45 -04:00
Matteo Ruina
562a8fcd98
Add support for configmaps annotations ( #390 )
...
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-07-12 10:56:48 -04:00
Ashwin Chandrasekar
f6266c9e2a
fix: add priorityClassName to argo-cd deployments pod specs ( #377 )
...
* add priorityClassName to argo-cd deployments pod specs
Signed-off-by: Ashwin Chandrasekar <ashwin.chandrasekar@lexisnexis.com>
* Fix priorityClassName templating in redis deployment
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-07-11 13:00:29 -04:00
Michael Odell
2b9193ac69
feat: argo-rollouts resources in helm values ( #385 )
...
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-07-09 10:20:47 -07:00
Domenico Commisso
8c96f76451
fix: add email notifier to argocd-notifier ( #395 )
...
* Add email notifier configuration to argocd-notifications chart
* Bump version in chart
* Quote strings in argocd-notifications email notifier
Co-authored-by: Domenico Commisso <dcommisso@users.noreply.github.com>
2020-07-06 08:08:48 -04:00
Jonathan Serafini
7d5d20f615
argocd-notifications: fix serviceaccount name ( #389 )
...
* fix: ArgoCD Notifications - Bot service account
* chore: update argocd-notifications version to 1.0.6
2020-06-30 20:31:16 -04:00
Sergey Shaykhullin
5ca92acda0
fix: Escape :icon: yaml ( #386 )
...
* Fix :icon: yaml validation
* Bump version
* Add quote filter
2020-06-26 18:38:12 -04:00
Adrian Wyssmann
f47ec46965
feat: Enable dedicated grpc ingress for argo-cd-server ( #367 )
...
* [argo-cd] Enable dedicated grpc ingress
This is based on the information found at
https://argoproj.github.io/argo-cd/operator-manual/ingress/
* [argo-cd] Ensure unique name for grpc ingress
* [charts/argo-cd] Bump chart version
2020-06-26 09:25:00 -04:00
Alin Balutoiu
ad6893449f
chore: Update argocd version to 1.6.1 ( #379 )
...
Signed-off-by: Alin Balutoiu <alinbalutoiu@gmail.com>
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-06-24 11:01:53 -04:00
Jonathan Serafini
6a26babc28
feat(argocd): Allow specifying annotations for serviceaccounts ( #371 )
...
* feat(argocd): Allow specifying annotations for serviceaccounts
* chore(argocd): update argocd chart to 2.3.7
Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
2020-06-24 09:48:41 -04:00
appanycd
422752023d
feat(argocd-notifications): Add slack icon and signingSecret support and Grafana support ( #384 )
...
* Add icon and signingSecret support
* Fix typo
* Add grafana support
* Fix trailing spaces
* Fix trailing spaces 2
* Fix grafana comments
* Add bot manifests
* Bump version
* No new line character
* Values.yaml new line character
* Add comments
* Add slack.enabled flag
* Move slack bot to bots/slack folder
Co-authored-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com>
Co-authored-by: Sergey Shaykhullin <46970457+sergeyshaykhullin@users.noreply.github.com>
2020-06-23 16:40:18 -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
Eric Hayes
f3bfd0f6fa
Added support for webhook triggers. ( #380 )
2020-06-19 18:25:11 -04:00
Wolfgang Nagele
c4e4d1439b
Indent error ( #369 )
2020-06-18 12:36:53 -07:00
Yann Soubeyrand
aaeca8e124
fix: remove Argo CD server route status field ( #362 )
...
Status fields prevent resources from converging.
2020-06-17 19:37:46 -04:00
Andy Feller
30d53378cf
docs: Adding argocd-notifications maintainer ( #370 )
...
* Adding argocd-notifications maintainer
* Bumping version
2020-06-12 12:44:32 -07:00
Albert Dixon
249a79f4c8
fix: ArgoCD Notifications - Deployment manifest udpateStrategy ( #372 )
...
fix: ArgoCD Notifications - Deployment manifest udpateStrategy (#372 )
2020-06-12 11:48:57 -07:00
Andy Feller
ea4ba2283c
feat: Helm chart contribution for argocd-notifications ( #365 )
...
* Helm chart contribution for argocd-notifications
The following chart is a contribution from work done at https://github.com/Bandwidth/ to facilitate installing https://github.com/argoproj-labs/argocd-notifications via Helm chart based on https://github.com/argoproj-labs/argocd-notifications/blob/master/manifests/install.yaml
2020-06-09 11:33:29 -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
Hidde Beydals
bcc861a904
fix: take argocd SA flags into account ( #358 )
2020-05-25 12:48:35 -07:00
MaT1g3R
6707d86158
chore: spelling: kuberentes ( #355 )
2020-05-21 11:42:00 +10:00
Tomas Valasek
2d4e2f34a9
fix: workflow-controller-config-map.yaml ( #343 )
2020-05-18 08:35:30 -07:00
John Pekcan
74c54ac783
fixing typo on spec.loadBalancerSourceRanges ( #350 )
...
Signed-off-by: John Pekcan <johnpekcan@gmail.com>
2020-05-18 11:33:03 -04: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
Yann Soubeyrand
8f3bfae1fb
fix: update CRDs ( #346 )
2020-05-13 22:16:36 -04:00
Josh Keife
eea5b76e2a
fix: fix typo in readme. ( #342 )
...
* fix typo
Fix typo in readme
* bump argo-cd chart version
2020-05-09 13:00:37 -04:00
Artyom Bakhtin
b770b5bfeb
fix: argo-wf persistence configuration ( #262 )
2020-05-08 14:23:02 -07:00
Shabbir Kagalwala
e0a49d914d
fix: Fix typo in namespaceResourceWhitelist ( #337 )
...
* Fix typo in namespaceResourceWhitelist
* chore: bumping minor version as technically a breaking change
2020-05-07 16:18:56 +10:00
Shabbir Kagalwala
e374150c36
Add namespaceResourceWhilelist to Projects ( #336 )
2020-05-06 11:38:49 -07:00