Florian Blampey
6c47b2a69b
fix(argo-cd): Use with
instead of range
on reposerver serviceaccount ( #2506 )
...
fixes #2505 with instead of range serviceaccount reposerver
Signed-off-by: Florian Blampey <flbla@users.noreply.github.com>
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
2024-02-13 12:42:29 +01:00
Luke
866ee08bc0
chore(argo-cd): update notifications links to latest documentation ( #2503 )
...
Signed-off-by: lukepatrick <lukephilips@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-13 11:27:08 +00:00
Petr Drastil
79a24410b5
chore(argo-cd): Remove server.config leftovers ( #2504 )
2024-02-13 12:13:41 +01:00
Petr Drastil
2139f15727
fix(argo-cd): Use correct protocols for Istio service discovery ( #2500 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-13 09:23:39 +01:00
nikolay-o
b44f9a0eb5
feat(argo-cd): Add scrapeTimeout property to server and application… ( #2489 )
...
feat(argo-cd): Add scrapeTimeout property to server and application, applicationset controllers.
Signed-off-by: Nikolay Osmolovskiy <nikolay.osmolovsky@gmail.com>
Co-authored-by: Nikolay Osmolovskiy <nosmolovskiy@yandex-team.ru>
2024-02-12 18:36:39 +00:00
Petr Drastil
5d20cfa70c
fix(argo-cd): Fix ports and TLS for dedicated gRPC ingress ( #2497 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-11 15:52:23 +01:00
Petr Drastil
d2b9b34c8c
docs(argo-cd): Document various ingress setups ( #2486 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-09 12:14:05 +00:00
Sjouke de Vries
3c29c6f543
fix(argo-cd): add hostname of extraHost to tls hosts ( #2485 )
...
* fix(argo-cd): add hostname of extraHost to tls hosts
Signed-off-by: Sjouke de Vries <info@sdvservices.nl>
* fix(argo-cd): bump chart to 6.0.4
Signed-off-by: Sjouke de Vries <info@sdvservices.nl>
* chore(argo-cd): update artifacthub.io/changes for 6.0.4
Signed-off-by: Sjouke de Vries <info@sdvservices.nl>
---------
Signed-off-by: Sjouke de Vries <info@sdvservices.nl>
2024-02-09 12:45:54 +01:00
Petr Drastil
b1f9827b17
fix(argo-cd): Fix applicationset network policy when webhook is enabled ( #2484 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-08 17:46:47 +00:00
Matthias Baur
5f2f0edad0
fix(argo-cd): Fix ingressGrpc extraTls ( #2480 )
...
Signed-off-by: Matthias Baur <m.baur@syseleven.de>
2024-02-08 15:26:21 +01:00
Petr Drastil
e785763b59
fix(argo-cd): Fix ingress extraHosts ( #2479 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-08 19:58:53 +09:00
Petr Drastil
b8212e0b30
chore(argo-cd): Remove deprecated features and redesign Ingress ( #2407 )
...
* chore(argo-cd): Remove deprecated features
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Remove wildcard catch all ingress rule
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Add ingress extra rules
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Remove unnecessary ingress variables
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Improve documentation
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Replace ingress paths and hosts with single backend service
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Use only port number to support all ingress controllers
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Minor gRPC fixes
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Simplify TLS configuration
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Decouple AWS and GKE ALB from generic ingress
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Remove map nesting for ApplicationSet ingress
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Use example.com domain
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Remove fallback for argocd-cm checksum annotation
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Add revisionHistoryLimit for controller
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Update README
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Update README
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
---------
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-02-07 21:40:05 +00:00
Petr Drastil
0b79f5e5c1
feat(argo-cd): Upgrade Argo CD to 2.10.0 ( #2476 )
...
* chore(argo-cd): Update dependency argoproj/argo-cd to v2.10.0
* Apply automatic changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update CRDs to v2.10.0
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Add variables for new features
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
* Fix version in Chart.yaml
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-02-07 08:10:12 +01:00
François Blondel
5da598289d
feat(argo-cd): Add Probes for redis ( #2400 )
...
* feat(argo-cd): Add Probes for redis
Signed-off-by: François Blondel <francois.blondel@diva-e.com>
* fix: redis: move probes scripts from tpl file into configmap
Signed-off-by: François Blondel <francois.blondel@diva-e.com>
* Version Bump
Signed-off-by: François Blondel <francois.blondel@diva-e.com>
* feat: set Redis probes optionnal and disabled by default
Signed-off-by: François Blondel <francois.blondel@diva-e.com>
---------
Signed-off-by: François Blondel <francois.blondel@diva-e.com>
Co-authored-by: François Blondel <francois.blondel@diva-e.com>
2024-02-06 22:11:23 +09:00
Ilia Lazebnik
4a50afcc77
chore(argo-cd): refresh from upstream ( #2474 )
...
* refresh from upstream
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* refresh from upstream
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
---------
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
2024-02-05 07:25:42 +01:00
renovate[bot]
865f452119
chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.6 ( #2473 )
2024-02-02 23:50:17 +01:00
René Gärtner
8b98cf177a
fix(argo-cd): bump dex image version to fix cves ( #2468 )
...
Signed-off-by: René Gärtner <boeller666@gmail.com>
2024-01-31 01:58:02 +09:00
Ilia Lazebnik
1f824314d4
feat(argo-cd): bump redis deps to fix cves ( #2466 )
...
* bump redis deps
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* bump redis deps
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* bump redis deps
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* bump redis deps
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
---------
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
2024-01-30 10:46:30 +00:00
Aikawa
47102d9768
fix(argo-cd): Restart argocd-server when argocd-cm CM is updated ( #2459 )
2024-01-29 07:58:33 -06:00
Ishan Sharma
1de9659d1c
fix(argo-cd): Fix Repo server serviceaccount
label template ( #2454 )
...
Signed-off-by: ishuar <ishansharma887@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-01-26 07:35:45 +00:00
Matt Dainty
9e70f24c64
docs(argo-cd): Update docs with the correct default for application.instanceLabelKey ( #2447 )
...
docs: Update docs with the correct default for application.instanceLabelKey
Signed-off-by: Matt Dainty <matt@bodgit-n-scarper.com>
2024-01-23 10:07:30 +09:00
João Estrela
c734875b81
chore(argo-cd): Change redis repository to public.ecr.aws ( #2446 )
...
Signed-off-by: João Estrela <jestrela@barracuda.com>
2024-01-23 08:54:49 +09:00
Aikawa
5ac542fabb
chore(argo-cd): Provide Casbin matcher explicitly ( #2445 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-01-22 13:09:08 +00:00
Aikawa
53620e3102
fix(argo-cd): Fix fail to render .Values.configs.secret.azureDevops
( #2443 )
...
* fix(argo-cd): Fix fail to render `.Values.configs.secret.azureDevops`
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore(argo-cd): Remove unnecessary comment
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): base64 username
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix(argo-cd): correct syntax
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-01-22 10:14:32 +00:00
Aikawa
9e31be4a60
feat(argo-cd): Support Azure DevOps webhook Secret ( #2439 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-01-21 13:35:46 +00:00
Aikawa
cc5b21f9ad
docs(argo-cd): Add reference for Argo CD extensions ( #2438 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-01-20 13:07:38 +01:00
renovate[bot]
f2fa2ce9cb
chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.5 ( #2436 )
2024-01-19 20:19:53 +00:00
renovate[bot]
0a851b87ef
chore(argo-cd): Update dependency argoproj/argo-cd to v2.9.4 ( #2434 )
2024-01-19 06:48:24 +01:00
Michele Sacchetti
508162f1cc
feat(argo-cd): Add optional mapping of argocd-repo-server emptydir to custom volumes ( #2410 )
...
* Add optional volumes to replace emptydir
Provide user-driven option to replace emptydir volumes with desired solution
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* existingVolumes default values
provide default values with empy object to ensure default behavior is backward-compatible
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* Update Chart.yaml
bump version
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* Update Chart.yaml
add changelog
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* fix docs
fix docs on new entry
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* fix readme
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* Update README.md.gotmpl
Signoff commit
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* fix readme
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
* fixCamelCase
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
---------
Signed-off-by: Michele Sacchetti <michele.sacchetti@aroundthecode.org>
2024-01-18 14:56:33 +01:00
Aman Gupta
e6de8c47b9
docs(argo-cd): Fix policy.csv block ( #2423 )
...
* Minor Changes to policy.csv block
Added Missing ':'
Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>
* Update Chart.yaml
Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>
* Update Changelog
Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>
---------
Signed-off-by: Aman Gupta <aman.iv0012@gmail.com>
2024-01-15 18:12:39 +09:00
Petr Drastil
107bd3bc53
chore(argo-cd): DRY cleanup of ServiceAccounts ( #2409 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-01-05 12:56:59 +00:00
Aikawa
9b0c33fb49
feat(argo-cd): Use new Argo CD extension mechanism ( #2406 )
2023-12-30 11:02:10 -06:00
Aikawa
152c04f827
chore(argo-cd): Upgrade Argo CD to v2.9.3 ( #2365 )
2023-12-02 12:03:24 +01:00
Andre Marcelo-Tanner
f4eb968c22
docs(argo-cd): Add migration guide to README for Config Management Plugins ( #2360 )
2023-11-29 18:39:59 +00:00
Aikawa
c183652889
chore(argo-cd): Upgrade Argo CD to v2.9.2 ( #2353 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-11-20 18:49:41 +00:00
Marco Maurer (-Kilchhofer)
14887dd57d
chore(argo-cd): Replace non-existing examples with official example domain ( #2352 )
2023-11-19 16:18:57 -06:00
Aikawa
84c4339623
chore(argo-cd): Upgrade Argo CD to v2.9.1 ( #2344 )
2023-11-14 23:59:16 -06:00
Aikawa
3f2654d24a
fix(argo-cd): Add permission for Applications in any namespace ( #2341 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-11-10 06:41:09 -06:00
Petr Drastil
f634cf6e9c
feat(argo-cd): Upgrade Argo CD to 2.9.0 ( #2318 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-11-06 13:54:34 +01:00
Denis Kadyshev
4afebb25f6
fix(argo-cd): Create notifications clusterrole and clusterrolebinding when enabled ( #2326 )
...
* Create clusterrole for nitifications only when notifications enabled
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
* Create clusterrolebinding for nitifications only when notifications enbaled
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
* Bump version in Chart.yaml
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
* Update Chart.yaml
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
* Update Chart.yaml
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
---------
Signed-off-by: Denis Kadyshev <metajiji@gmail.com>
2023-11-02 18:43:50 +09:00
Tim Collins
733d84a423
chore(argo-cd): Upgrade Argo CD to v2.8.6 ( #2323 )
...
* chore(argo-cd): Upgrade Argo CD to v2.8.6
Signed-off-by: Tim Collins <tim@thecollins.team>
* fix: drop unrecognized helm timeout
Signed-off-by: jmeridth <jmeridth@gmail.com>
---------
Signed-off-by: Tim Collins <tim@thecollins.team>
Signed-off-by: Jason Meridth <jmeridth@gmail.com>
Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-10-31 12:48:55 -05:00
Ilia Lazebnik
94c0a0a246
feat(argo-cd): add notification cluster role ( #2315 )
...
* Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
* Add notification cluster role
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
---------
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
2023-10-30 14:42:32 +00:00
Petr Drastil
0cc1796530
fix(argo-cd): Update Bitbucket SSH key ( #2317 )
...
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-10-30 08:51:56 +00:00
Aikawa
9193d85929
chore(argo-cd): Upgrade Argo CD to v2.8.5 ( #2313 )
2023-10-28 09:28:44 +02:00
gussan
a41b70b59c
feat(argo-cd): add terminationGracePeriodSeconds ( #2310 )
...
Signed-off-by: toyamagu-2021 <toyamagu2021@gmail.com>
2023-10-27 10:43:52 +01:00
Marco Maurer (-Kilchhofer)
052454f233
fix(argo-cd): Sync redis / redis-ha readOnlyRootFilesystem from upstream ( #2294 )
...
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2023-10-12 10:50:51 +01:00
Pieter
2a5bbf5cef
fix(argo-cd): Redis to 7.0.13 to fix CVE-2022-48174 ( #2279 )
...
* Redis to 7.0.13
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
* changelog
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
---------
Signed-off-by: Pieter van der Giessen <pieter@pionative.com>
2023-09-23 00:39:58 +09:00
sibucan
7a17fc2dc9
fix(argo-cd): Add checksum for CMP ConfigMap in repo-server Pod annotations ( #2275 )
...
Add checksum for CMP ConfigMap in repo-server
This helm chart defines the plugins as ConfigMaps -- according to the docs, when the CM is modified, the repo-server Pod must be restarted to have the sidecars pick up the latest changes:
https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#debugging-a-cmp
The changes in this helm chart allow for a checksum to be calculated from the ConfigMap and added as a Pod annotation so whenever the CM values are modified, the Pod is restarted automatically.
Signed-off-by: sibucan <luis.ramirez.rivera92@gmail.com>
2023-09-19 10:01:42 +01:00
Mats Willemsen
5626d0536f
fix(argo-cd): make ServiceMonitor annotations in ArgoCD server conditional ( #2273 )
...
* fix: add argocd servicemonitor annotations conditionally
Signed-off-by: Mats Willemsen <mats.willemsen@ah.nl>
* chore(argo-cd): add changelog
Signed-off-by: Mats Willemsen <mats.willemsen@ah.nl>
---------
Signed-off-by: Mats Willemsen <mats.willemsen@ah.nl>
2023-09-18 14:21:36 +01:00
Aikawa
736b824339
fix(argo-cd): Align redis-ha's affinity type to upstream due to warnings ( #2270 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-09-15 12:47:59 +02:00