Joe Lee
49c2ca2548
feat(argo-cd): Add "global.env" for all deployed containers ( #2096 )
...
* add global env for argo-cd
Signed-off-by: Joe Lee <lj_2005@163.com>
* update readme
Signed-off-by: Joe Lee <lj_2005@163.com>
* fix typo
Signed-off-by: Joe Lee <lj_2005@163.com>
* feat(argo-cd): Add "global.env" for all deployed containers
Signed-off-by: Joe Lee <lj_2005@163.com>
* update doc
Signed-off-by: Joe Lee <lj_2005@163.com>
* remove note
Signed-off-by: Joe Lee <lj_2005@163.com>
* update changes
Signed-off-by: Joe Lee <lj_2005@163.com>
---------
Signed-off-by: Joe Lee <lj_2005@163.com>
2023-06-07 17:52:02 +09:00
Aikawa
a6a7468973
chore(argo-cd): Upgrade supported Kubernetes version to v1.23.0 ( #2087 )
...
* chore(argo-cd): Upgrade supported Kubernetes version to 1.23.0 due to Amazon EKS EoL
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore(argo-cd): modify changelog
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): simpler description
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): reflect review point
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-06-05 23:28:10 +09:00
GoshaDozoretz
05bc6a236d
feat(argo-cd): add lifecycle hooks to repo server ( #1922 )
...
* add lifesycle webhook to repo server
Signed-off-by: goshado <goshatoo@gmail.com>
* add lifesycle webhook to repo server
Signed-off-by: goshado <goshatoo@gmail.com>
* add lifesycle webhook to repo server
Signed-off-by: goshado <goshatoo@gmail.com>
---------
Signed-off-by: goshado <goshatoo@gmail.com>
Signed-off-by: GoshaDozoretz <106976988+gosharo@users.noreply.github.com>
Co-authored-by: goshado <goshatoo@gmail.com>
2023-05-17 15:40:18 +02:00
Aikawa
6564b44538
feat(argo-cd): Enable to add certificate to ApplicationSet Controller ( #2052 )
...
* feat(argo-cd): Add ability to add certificate to Argo CD Controller
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): Add Certificate to right component
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-05-13 13:01:19 +02:00
Jonas Eilers
1492e23522
feat(argo-cd): Add ability to add additional labels to all CRDs ( #2051 )
...
feat(argo-cd): Add ability to add additional labels to all CRDs via .Values.crds.additionalLabels
Signed-off-by: jdvgh <133217951+jdvgh@users.noreply.github.com>
2023-05-11 09:06:46 -05:00
Marco Kilchhofer
8402303bf8
feat(argo-cd): Add ability to add prometheus.io/scrape annotations ( #2037 )
2023-05-10 19:39:56 -05:00
Aikawa
9d10834909
feat(argo-cd): Enable to customize Service type of applicationset-controller ( #2014 )
...
chore(argo-cd): Enable to customize Service type of applicationset-controller
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-05-08 12:22:52 +01:00
Aikawa
decfc73a3f
feat(argo-cd): Use tini as the ENTRYPOINT ( #1991 )
2023-05-02 07:29:30 -05:00
Aikawa
b9fa30883b
chore(argo-cd): Upgrade Dex and Redis ( #1990 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-05-02 12:28:13 +02:00
Aikawa
7eafaa742e
chore(argo-cd): Add log format and log level to dex ( #1951 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-04-11 22:33:49 +09:00
Aikawa
b19beee4f8
fix(argo-cd): Change default value for global.tolerations, from object to array ( #1947 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-04-06 17:16:40 +01:00
Laurent Lavaud
4ea0119321
feat(argo-cd): Add support for custom Deployment strategy ( #1918 )
...
Signed-off-by: Laurent Lavaud <l.lavaud@gmail.com>
2023-04-03 10:58:50 +01:00
Gergely Czuczy
3c24d55fa4
feat(argo-cd): Entrypoint can be configured now ( #1898 )
...
* Entrypoint can be configured now
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Updated charts.lock after following master
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Bump version
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
---------
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
Signed-off-by: Gergely Czuczy <gergely.czuczy@harmless.hu>
2023-03-30 17:33:14 +01:00
Marco Kilchhofer
b34b555b7a
fix(argo-cd): Use default metrics port for APIServer ( #1911 )
...
fix(argo-cd): Use default metrics port for argocd-server
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2023-03-15 19:27:34 +00:00
Saad Ali
0845b60480
feat(argo-cd): Added Config Management Plugins cm ( #1865 )
...
* feat(argo-cd): Added Config Management Plugins cm using sidecar approach
Signed-off-by: Saad Ali <saad@nixknight.net>
* fix(argo-cd): Set ConfigMap creation for CMP using sidecar approach to false by default
Signed-off-by: Saad Ali <saad@nixknight.net>
---------
Signed-off-by: Saad Ali <saad@nixknight.net>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-03-12 14:00:24 +00:00
Christian Groschupp
9781abdfd8
feat(argo-cd): add parameter env to redis exporter ( #1876 )
...
Signed-off-by: Christian Groschupp <christian@groschupp.org>
2023-03-09 12:05:01 +00:00
TheRealNoob
832a1e5c10
fix(argo-cd): Clarify syntax in values.yaml ( #1864 )
2023-03-08 01:46:33 -06:00
Petr Drastil
053a338ea9
feat(argo-cd): Add additional global parameters for scheduling ( #1846 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-03-02 23:28:23 +09:00
Juan Carrillo
3a6617ce8f
fix(argo-cd): Fix typo in values.yaml ( #1862 )
...
Signed-off-by: Juan Carrillo <inetshell@gmail.com>
2023-02-26 17:34:01 +01:00
Petr Drastil
2ae7e1ad0d
chore(argo-cd): Remove notification bot ( #1854 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-23 16:57:15 +00:00
Petr Drastil
51386c69be
feat(argo-cd): Add global affinity configuration ( #1794 )
2023-02-17 10:38:17 -06:00
Loris
d59ae7bd75
feat(argo-cd): Add dnsConfig and dnsPolicy for pods ( #1773 )
...
feat(argo-cd): Add dnsConfig and dnsPolicy for pods (#1771 )
Signed-off-by: Loris Torikian <loris_torikian@hotmail.fr>
Co-authored-by: Loris Torikian <loris.torikian@square-sense.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2023-02-15 09:11:16 +09:00
Petr Drastil
0d3150ce67
feat(argo-cd): Upgrade Argo CD to 2.6.0 ( #1758 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-07 16:02:23 +01:00
Tone
05c79e322a
feat(argo-cd): Configurable dnsPolicy
/ hostNetwork
( #1821 )
2023-02-05 22:40:13 -06:00
Petr Drastil
790438efeb
chore(argo-cd): Upgrade redis to 7.0.7 to avoid CVE-2022-3996 ( #1803 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-27 17:18:43 -06:00
Wojciech
36cd83081c
feat(argo-cd): Add log settings and extraArgs to Slack bot ( #1802 )
...
* Add log settings and extraArgs to Slack bot
Signed-off-by: duxet <duxetlg@gmail.com>
* Fix readme
Signed-off-by: duxet <duxetlg@gmail.com>
---------
Signed-off-by: duxet <duxetlg@gmail.com>
2023-01-27 14:45:49 +00:00
Petr Drastil
5335a75fbc
fix(argo-cd): Disable Redis exporter by default ( #1799 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-26 21:06:19 +09:00
Petr Drastil
0578482bd6
chore(argo-cd): Upgrade Redis exporter image ( #1795 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-24 09:15:46 +09:00
Petr Drastil
b4de202859
chore(argo-cd): Decouple Redis exporter from metrics service ( #1791 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-22 18:20:30 +01:00
Petr Drastil
0f2856ea41
fix(argo-cd): Add missing options for mounting service account tokens ( #1787 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-01-21 13:18:53 +01:00
Petr Drastil
58f587618f
fix(argo-cd): Consolidate and fix container ports ( #1788 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 13:07:14 +01:00
Petr Drastil
5b9f624ba2
feat(argo-cd): Consolidate certificate config for repositories ( #1786 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 10:24:46 +01:00
Jason Meridth
9905dcca8e
fix(argo-cd): Update CONTRIBUTING docs ( #1782 )
...
* Update CONTRIBUTING
- [x] versioning details
- [x] remove broken links
- [x] fix markdown linting errors
- [x] README.md updating clarification
* Rename variable in helm-docs script
* Update argo-cd README
* Add blurb about mandatory Chart versioning
* Reword artifacthub changes section in CONTRIBUTING
* Reorder/restructure CONTRIBUTING.md
* Update argo-cd chart version
* Add section in CONTRIBUTING about semantic title linting
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-20 08:33:55 -06:00
carlos gonzález
45c1534eeb
feat(argo-cd): Add labels for argocd-secret ( #1779 )
...
* feat(argo-cd): add secret labels field (#1778 )
Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-19 23:14:49 +01:00
Victor Login
f3888bc996
chore(argo-cd): Update Argo CD extensions to v0.2.1 ( #1770 )
...
Signed-off-by: Victor Login <batazor@evrone.com>
Signed-off-by: Victor Login <batazor@evrone.com>
2023-01-18 13:00:59 +00:00
Petr Drastil
31242020c4
feat(argo-cd): Allow templated values for init and extra containers ( #1749 )
2023-01-10 06:31:57 -06:00
Petr Drastil
c5648d5c9f
chore(argo-cd): Consolidate cluster-wide RBAC ( #1597 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-10 09:58:45 +01:00
Petr Drastil
45861fadb7
docs(argo-cd): Improve documentation for extra containers ( #1747 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-04 09:49:30 +00:00
Petr Drastil
def1e657da
chore(argo-cd): Remove legacy API versions for Ingresses ( #1742 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 17:26:36 +01:00
Petr Drastil
f6c884a096
chore(argo-cd): Remove legacy API versions for PDBs ( #1740 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 16:47:29 +01:00
Aikawa
7e45f5f03f
chore(argo-cd): Support relabelings and metricRelabelings to Notification's ServiceMonitor ( #1720 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-20 22:18:07 +09:00
Marco Lecheler
e9495d3c10
docs(argo-cd): Fix Argo CD value description typos for AppSet and Notification controllers ( #1706 )
...
* docs(argo-cd): rename 'application set' to 'ApplicationSet'
* docs(argo-cd): add ApplicationSet prefix for controller
* docs(argo-cd): fix ApplicationSet to PascalCase
* docs(argo-cd): fix notification controller description for logFormat/logLevel
* docs(argo-cd): add notification prefix to values file description
* chore(argo-cd): bump chart version
* chore(argo-cd): add changelog
* chore: generate helm-docs
Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>
2022-12-14 22:12:57 +01:00
Viacheslav Vasilyev
3644e714d8
fix(argo-cd): Prevent could not parse 0 warning ( #1704 )
...
Prevent could not parse 0 warning
Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
2022-12-13 21:31:00 +00:00
John Stewart
b97e652f63
feat(argo-cd): Add ability to annotate Deployments and StatefulSets ( #1608 )
...
* feat(argo-cd): Add ability to annotate Deployments and StatefulSets
Signed-off-by: John Stewart <jstewart@rentpath.com>
* fix: Controller and AppSet controller was mixed
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Signed-off-by: John Stewart <jstewart@rentpath.com>
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2022-12-01 00:25:22 +01:00
Petr Drastil
f25cda30af
chore(argo-cd): Remove duplicate ApplicationSet features ( #1598 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-11-30 22:57:12 +01:00
Karl Parry
c93550224b
feat(argo-cd): Add Repo Server strict TLS cert support ( #1673 )
...
Signed-off-by: Karl Parry <karl.parry@imbursepayments.com>
2022-11-29 22:14:17 +01:00
Petr Drastil
6f3c468639
chore(argo-cd): Consolidated GnuPG configuration ( #1609 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-11-20 14:29:41 +01:00
Petr Drastil
cde6e849a3
docs(argo-cd): Improve changelog information ( #1652 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-11-17 15:26:18 +00:00
Petr Drastil
e22ee52520
fix(argo-cd): Use Dex non-distroless image ( #1626 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-11-07 22:54:50 +01:00
Petr Drastil
1b2e7ca984
feat(argo-cd): Add revisionHistoryLimit ( #1599 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-11-01 20:26:44 +01:00