Christopher Sauer
a6a9d0bf7a
feat(argo-cd): change application-controller to StatefulSet ( #512 )
...
* update deployment to statefulset
* Update chart version
Signed-off-by: Chris Sauer <mr-sour@users.noreply.github.com>
* chore: Bumping minor semver as this has a resource change
* chore: Add feature flag for enabling StatefulSet
Signed-off-by: seanson@users.noreply.github.com <seanson@users.noreply.github.com>
2020-12-15 17:15:13 +11:00
Vlad Losev
5e0755f2f6
feat(argo): Add support for setting env vars for workflow controller. ( #517 )
...
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
2020-12-11 12:54:59 -08:00
amit-handda
40e52f62ac
fix: apply podannotations to the controller pod template ( #510 )
...
* fix: apply podannotations to controller pod template
Signed-off-by: amit handa <amit.handa@doordash.com>
* bump chart version
Signed-off-by: amit handa <amit.handa@doordash.com>
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-12-06 09:37:53 -08:00
Joe McGovern
e6babc874b
fix(argo): Use https for readiness probe in secure mode ( #506 )
...
Signed-off-by: Joseph McGovern <joseph.mcgovern@workiva.com>
Co-authored-by: Stefan Sedich <stefan.sedich@gmail.com>
2020-12-02 08:26:21 -08:00
caseyclarkjamf
e7258346cc
fix: (argo-rollouts) Add clusterInstall conditional around aggregate ClusterRoles ( #484 )
...
* add clusterinstall conditional around aggregate clusterroles
Signed-off-by: Casey Clark <casey.clark@jamf.com>
* bump chart version to 0.3.9
Signed-off-by: Casey Clark <casey.clark@jamf.com>
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-12-01 15:26:17 -08:00
Christopher Sauer
15a76e56d0
feat: allow controller replicas to be set ( #496 )
...
Signed-off-by: mr-sour <mr-sour@users.noreply.github.com>
Co-authored-by: mr-sour <mr-sour@users.noreply.github.com>
2020-11-23 20:29:19 -05:00
abuckenheimer
ab8f54d3c2
fix --pod-workers helm context ( #481 )
...
Signed-off-by: Alec Buckenheimer <abuckenheimer@gmail.com>
2020-11-18 12:53:44 -08:00
Vlad Losev
af9a14a1ec
feat(Argo): Add secret access whitelist for server. ( #499 )
...
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
2020-11-18 11:59:17 -08:00
dbseel
d265f7dd75
feat: Add parallelism to argo-helm chart ( #482 )
...
* feat: Add parallelism to argo-helm chart
Signed-off-by: David Seel <dseel@blackberry.com>
* Parallelism null by default
Signed-off-by: David Seel <dseel@blackberry.com>
2020-11-17 10:32:02 -08:00
Michael Seiwald
e4d67ae6e9
feat: Add support for Argo links ( #497 )
...
Signed-off-by: Michael Seiwald <michael.seiwald@smartify-it.de>
2020-11-16 13:49:59 -08:00
Vlad Losev
c99716bc20
fix(argo): Volume indents. ( #500 )
...
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
2020-11-16 11:07:02 -08:00
Vlad Losev
9939da51cf
fix(argo): Map the /tmp directory into server pods. ( #498 )
2020-11-13 14:42:39 -08:00
Alan Tang
1f67a85a58
feat(argo-rollouts): Add service monitor ( #474 )
...
Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-10-27 10:31:38 -07:00
Saulius Mašnauskas
fbec017cfb
fix(argocd): optional named target port ( #479 )
2020-10-26 22:27:36 -04:00
Mike Bryant
eb88e900b2
chore: Sync upstream CRDs ( #478 )
2020-10-25 00:55:44 -04:00
Michiel De Mey
a41ea8cd0b
docs: Fixed typo in values comment ( #469 )
2020-10-16 09:03:48 -07:00
Chris Vest
df3b2cf96a
fix: Add annotations and labels to dex service [argo-cd] ( #473 )
...
* Add annotations to dex service
Currently `.Values.dex.metrics.service.annotations` is not used anywhere - this adds that to the template.
* Add labels to dex service
* Update chart version
2020-10-16 13:31:26 +11:00
Daniel Megyesi
209b7798d7
feat(argo): add PriorityClass support ( #470 )
2020-10-13 15:48:07 -07:00
Michael Weibel
9ed4650b9f
feat: upgrade argo to v2.11 ( #451 )
2020-10-09 10:29:16 -07:00
Tom S
dd6a16bb15
fix(argocd): Make dex init container not overwrite argocd-util ( #468 )
...
* Make dex init container not overwrite argocd-util
* Bump chart version
2020-10-09 09:30:53 +11:00
simonfr
6cf32933ff
feat: add extraContainers argument to deployment ( #465 )
...
* add extraContainers argument
* Update Chart.yaml
* Update values.yaml
* Update deployment.yaml
2020-10-09 09:11:01 +11:00
John Kost
12b4764afa
fix: Add Ocp clusterrole ( #341 )
...
* Update perms
2020-10-08 10:24:46 -07:00
Lars Fenneberg
03aecd7af9
fix(argocd): Unconditionally start reposerver with uid_entrypoint.sh ( #466 )
...
* fix(argocd): Unconditionally start reposerver with uid_entrypoint.sh
While uid_entrypoint.sh contains the OpenShift specific manipulation of
/etc/passwd it also starts the reposerver via tini and so ensures that any
zombies produced by reposerver and its decendants are collected.
This matches the behaviour from the manifests included with the main ArgoCD
project. See:
* f93da5346c/manifests/base/repo-server/argocd-repo-server-deployment.yaml (L24)
* https://github.com/argoproj/argo-cd/pull/3721
* https://github.com/argoproj/argo-cd/issues/3611
* chore: Bumping minor semver as this feels like a bit more than a patch change.
2020-10-08 17:18:44 +11:00
w33dw0r7d
ed19bc61e5
feat: bump to v0.9.1 ( #464 )
2020-10-05 10:14:50 -07:00
Vlad Losev
44de70c741
feat(Argo): Make Argo Server service account creation conditional. ( #460 )
2020-10-05 09:45:49 -07:00
Mike Bryant
41ddad4aba
feat: Allow setting the log format to json for Argo CD ( #463 )
2020-10-02 13:12:35 +10:00
Yann Soubeyrand
50a66fd7ab
chore: update certificate apiVersion ( #458 )
...
* chore: update certificate apiVersion
* chore: bump chart version
2020-10-02 13:09:25 +10:00
Roman
83e9e19e2d
fix: default argocd version in documentation ( #456 )
...
* Fix default argocd version in documentation
* Bump chart version
2020-09-30 23:37:26 -04:00
Vlad Losev
e3371f333f
feat(argo): Allow Argo server read access to events. ( #454 )
2020-09-22 14:35:26 -07:00
Bruno Clermont
1c83d371a5
feat: add metrics for argo-cd/dex ( #452 )
2020-09-21 21:50:19 -04:00
Hayden Fuss
4c4121ce18
fix: Adding EmptyDir Volume for Repo Server on OpenShift ( #450 )
2020-09-21 18:28:21 -04:00
rpeets
3c6629263c
chore: bump argocd to version v1.7.6 ( #449 )
2020-09-19 20:25:31 -04:00
rpeter
49a7fc9340
chore: bump argocd to version v1.7.5 ( #448 )
...
Co-authored-by: rpeter <robin.peter@socotra.com>
2020-09-18 20:01:01 -04:00
Vlad Losev
eaf8c629bf
feat(argo): Add support for workflow restrictions. ( #447 )
2020-09-16 12:46:13 -07:00
Simon Rüegg
2f36128868
chore(argocd): Upgrade to v1.7.4 ( #444 )
...
Signed-off-by: Simon Rüegg <simon@rueggs.ch>
2020-09-10 10:43:22 +10:00
Markus Lippert
cddd6a6048
feat(argo): Allow setting up ServiceAccount and RBAC resources for running workflows ( #402 )
2020-09-08 09:18:26 -07:00
Vaibhav
cc52713dbd
chore: bump to latest ( #440 )
...
* chore: bump to latest
* chore: bump to latest
* update image versions
2020-09-04 19:15:12 -04:00
Jon
4ba9e5228a
feat: Support GCS artifactRepository ( #428 )
2020-09-04 15:23:16 -07:00
Chris
d32e27edc8
feat: allow for configuring security context of all components ( #410 )
2020-09-02 09:09:17 -07:00
Markus Lippert
196ab4f281
feat(argo): Add linux node selectors by default ( #403 )
2020-09-02 09:04:05 -07:00
Ertugrul Karademir
b9af202660
fix: Helm giving linting error when no ingress or ingressGrpc extraPaths are given ( #435 )
...
* Added conditionals for ingress extraPaths
* Added conditionals for ingressGrpc extraPaths
* Version bump
2020-09-01 18:41:22 -04:00
Tim Hobbs
ffc9220f04
feat: imagePullSecrets for servers and controllers ( #361 )
2020-08-30 13:10:09 -04:00
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