Commit Graph

1007 Commits (037d3a9e769749ac49d3d6e7dac5417fd673ac7f)

Author SHA1 Message Date
Sergi Alonso 037d3a9e76
fix(argocd-apps): Add revisionHistoryLimit option to apps (#1874) 2023-03-02 08:56:41 -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
Petr Drastil 7b499adc8b
fix(argo-cd): Fix indentation for argocd-server role (#1871) 2023-03-01 00:30:03 +01:00
ugoogalizer c21aa4c86a
fix(argo-cd): Added pod exec permission to argo-server Role when exec.enabled is True. (#1867)
* Added pods exec to role permissions

The argocd-server Role requires the pods/exec create permission in order to be able to start the web based terminal as per: https://argo-cd.readthedocs.io/en/stable/operator-manual/web_based_terminal/

This brings the Role in line with the ClusterRole change already made

Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>

* bumped version

Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>

* Added description of change

Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>

* Removed trailing whitespace

Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>

---------

Signed-off-by: ugoogalizer <signup@mattcurtis.id.au>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-28 22:53:17 +01:00
Aikawa fdebbabf17
chore(argo-cd): Upgrade Argo CD to v2.6.3 (#1868)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-02-28 09:31:51 +01: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
Jason Meridth 4f48352af1
fix(github): Replace deprecated set-output from github-actions (#1860)
fix(github): Remove deprecated set-output from github-actions

Warning in GitHub Actions:

```
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-02-25 09:26:24 +09:00
Jonathan Muller f66c40319a
chore(argo-workflows): expose option to control the log format/level (#1855)
* Allow to change the log format to json

Signed-off-by: Jonathan Muller <koren@pukogames.com>

* Documentation, version

Signed-off-by: Jonathan Muller <koren@pukogames.com>

---------

Signed-off-by: Jonathan Muller <koren@pukogames.com>
2023-02-24 15:56:41 -06:00
Petr Drastil 88b92909e6
chore(argo-cd): Add missing hostAliases to all components (#1848)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-23 19:11:54 +01:00
Jason Meridth 4735ea5cfb
chore(argo-workflows): Update docs to mention why CRDs are in templates folder (#1857)
Closes #1785

Borrowed `Custom resource definition` from argo-cd helm chart README and added it to
argo-workflows helm chart README

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-02-23 11:44:01 -06: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
Vadim Grek 99932a96c2
chore(argo-events): Upgrade Argo Events to v1.7.6 (#1849) 2023-02-20 19:14:33 -06:00
Petr Drastil 63b741ed58
chore(argo-cd): Group component templates together (#1847)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-19 13:38:02 +01:00
Petr Drastil 51386c69be
feat(argo-cd): Add global affinity configuration (#1794) 2023-02-17 10:38:17 -06:00
Aikawa 70fd1b3fe6
chore(argo-cd): Upgrade Argo CD to v2.6.2 (#1844)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-02-17 09:23:33 +01: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
nicogl 4a56a4d7f0
fix(argo-cd): Add quotes on Ingress Host to allow wildcards (#1841)
* Add quotes on Ingress Host to allow wildcards

Signed-off-by: nicogl <nicogl@gmail.com>

* Update Chart.yaml

Signed-off-by: nicogl <nicogl@gmail.com>

---------

Signed-off-by: nicogl <nicogl@gmail.com>
2023-02-14 21:21:29 +09:00
Petr Drastil a915e774a5
fix(argo-cd): Fix invalid progressive sync parameter (#1839)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-13 11:22:15 +00:00
Vlad Losev c08fc230d7
fix(argo-workflows): clean subresource permissions (#1835) 2023-02-09 23:31:49 -06:00
toyamagu 31768175b9
feat(argocd-apps): multiple sources for Application and ApplicationSet (#1831)
* feat(argocd-apps): multiple sources for application and applicationset

Signed-off-by: toyamagu <toyamagu2021@gmail.com>

* fix typo

Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>

---------

Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-02-09 23:43:38 +01:00
Michael Crenshaw eb102d27aa
feat(argo-cd): Upgrade Argo CD to 2.6.1 (#1832)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-02-08 21:14:07 +01:00
Petr Drastil e17d218600
docs(argo-cd): Remove incorrect deprecation note (#1830)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-08 16:41:16 +00:00
Petr Drastil 3bede30d39
fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix (#1829)
fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-08 10:09:40 +09:00
Jason Meridth b1be8fabd4
chore(argo-workflows): Update Argo Workflows to v3.4.5 (#1828)
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-02-07 16:11:10 +01: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
Marcel Hoyer 5687377d8f
chore(argo-cd): Update Argo CD to v2.5.10 (#1822) 2023-02-02 22:56:18 +01:00
ArsenyBelorukov 92f83fca3e
fix(argo-cd): fixed maxUnavailable value in redis-PDB (#1820)
fixed maxUnavailable value in redis-PDB

Signed-off-by: ArsenyBelorukov <arsenig.n@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-02-01 22:11:10 -06:00
Ben Hayden 28abc348ac
chore(argocd-image-updater): Update Argo CD Image Updater to v0.12.2 (#1819)
Signed-off-by: Ben Hayden <hayden767@gmail.com>
2023-02-01 22:07:07 +01:00
Jason Meridth 8a1c4f0ad6
fix(argocd-apps): Align changelog structure (#1815)
relates to #1808

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-29 20:17:35 +01:00
Jason Meridth e3ae99b74d
fix(argo-rollouts): Align changelog structure (#1814)
relates to #1808

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-29 20:14:11 +01:00
Jason Meridth f299ae3025
fix(argo-events): Align changelog structure (#1813)
relates to #1808

Was fixed already for [argo-cd](https://github.com/argoproj/argo-helm/pull/1810) and
[argo-workflows](https://github.com/argoproj/argo-helm/pull/1812)

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-29 13:07:33 -06:00
Jason Meridth 4c018a4954
fix(argocd-image-updater): Align changelog structure (#1816) 2023-01-29 19:59:32 +01:00
Aikawa bdbfaa2523
fix(argo-workflows): Align changelog structure to show changelogs on Artifact Hub (#1812)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-29 19:48:27 +01:00
Aikawa b6922aed2f
fix(github): Align changelog structure to show changelogs on Artifact Hub (#1811)
fix(doc): Align changelog structure to show changelogs on Artifact Hub
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-30 01:01:21 +09:00
Aikawa c7b972c3af
fix(argo-cd): Align changelog structure to show changelogs on Artifact Hub (#1810)
fixed(argo-cd): Align changelog structure to show changelogs on Artifact Hub
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-29 16:23:04 +01:00
Jason Meridth 231cfcb20a
chore(argo-events): Upgrade Argo Events to v1.7.5 (#1809) 2023-01-29 06:16:13 -06:00
Aikawa 369136b69a
chore(argo-cd): Update Argo CD to v2.5.9 (#1805) 2023-01-28 14:40:50 +01: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
Aikawa 9fb1f9d091
chore(argo-cd): Update Argo CD to v2.5.8 (#1798)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-26 09:22:40 +01:00
Ole Markus Kristiansen Ternø 73e6f1913e
feat(argo-events): Added support for extra k8s manifests (#1797)
* feat(argo-events): Added support for extra k8s manifests

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>

* added value example for extraObjects

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>
2023-01-25 22:46:14 +01: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 885959311f
fix(argo-cd): Fix annotations for ssh and tls configs (#1793)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-22 19:22:41 +00: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 adc526612f
fix(argo-cd): Redis service have invalid targetPort (#1792)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 20:11:02 +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
Pedro e91bc78a4a
feat(argocd-image-updater): prevent generation of label value of invalid length (#1691)
* feat(argocd-image-updater): prevent label from being greater than 63 characters.

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>

* fix: Add missing double quote in changelog

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-01-21 05:37:52 -06:00