Commit graph

1312 commits

Author SHA1 Message Date
Oleksandr Saulyak
bbd3cf8080
Merge pull request #47 from codefresh-io/CR-22322-httpclient-appnamespace-support
CR-22322-httpclient-appnamespace-support
2024-01-22 18:47:28 +02:00
Oleksandr Saulyak
8b1d69e899 Upgrade Argo CD to v2.9-2024.1.22-375d827f3 2024-01-22 18:00:42 +02:00
Oleksandr Saulyak
ea056aaba7
Merge pull request #45 from codefresh-io/CR-22172-event-reporter-env-var
CR-22172-event-reporter-env-var
2024-01-22 12:27:39 +02:00
Oleksandr Saulyak
04d0534392
ARGOCD_APPLICATION_NAMESPACES env for argo-cd.event-reporter 2024-01-22 12:12:43 +02:00
Oleksandr Saulyak
d61905696c
Merge pull request #44 from codefresh-io/CR-22172-argo-cd-bump
CR-22172-argo-cd-bump
2024-01-17 15:37:16 +02:00
oleksandr-codefresh
78e428a8a0 updgrade to argo-cd v2.9-2024.01.17-0d221227f 2024-01-17 15:23:36 +02:00
Yaroslav Drachenko
4d29521f9b
add server root path (#43)
* add server root path
2024-01-04 18:12:18 +02:00
pasha-codefresh
8914529595
Merge pull request #41 from codefresh-io/feat/update-argocd-2.9-2023.12.28-a52e719a5
feat: update argocd to 2.9-2023.12.28-a52e719a5
2023-12-28 12:46:43 +02:00
pashakostohrys
6376f1d4cf feat: update argocd to 2.9-2023.12.28-a52e719a5 2023-12-28 12:06:24 +02:00
pasha-codefresh
c5b3900df4
Merge pull request #38 from codefresh-io/feat/update-argocd-2023.12.22-f5398c630
feat: update argocd to 2.9-2023.12.22-f5398c630
2023-12-26 13:32:00 +02:00
pashakostohrys
370482c2a4 feat: update argocd to 2.9-2023.12.22-f5398c630 2023-12-26 13:09:27 +02:00
Yaroslav Drachenko
c3916ee2f4
Release argo-cd 2.9.3 (#34)
* merge upstream argo-cd chart 5.51.6-1
* change image to fork version v2.9-2023.12.06-e6258156d
2023-12-08 17:34:05 +02:00
Yaroslav Drachenko
7fd7b93c1a
Argocd latest fixes (#33)
- kind: added
      description: Add priority queue to reporter
    - kind: fixed
      description: Fix bug with skip-current-step
    - kind: fixed
      description: Support creation of apps with empty dir in reporter
2023-12-05 14:48:32 +02:00
ilia-medvedev-codefresh
7d123e924a
Update artifacthub changelog
Signed-off-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
2023-11-29 17:08:18 +02:00
ilia-medvedev-codefresh
b226367ab9
remove wf dispatch
Signed-off-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
2023-11-29 17:07:26 +02:00
ilia-medvedev-codefresh
28cfbb9290
add workflow dispatch
Signed-off-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
2023-11-29 17:06:18 +02:00
Yaroslav Drachenko
f44327fdaf
CR-21441 -- add event reporter as argocd component (#31)
* almost final statefulset

* final statefulset

* add metrics

* add role

* add rolebinding

* add serviceaccount.yaml

* add servicemonitor.yaml + update values

* add prometheusrule.yaml

* add networkpolicy.yaml

* add pdb

* add cluster roles

* change version + add change

* fix indents

* fix doc

* update docs

* disable event reporter by default

* disable old reporter by value

* add missing docs

* update chart

* update docs

* remove hardcoded defaults + add correct template for argocd-cm

* use production version of argo-cd

* update default amount of reporter replicas

* fix values and docs

* fix metrics service
2023-11-28 18:36:41 +02:00
ilia-medvedev-codefresh
4eed96544e
Merge pull request #30 from codefresh-io/argocd-update-templates-5.50.1
Argocd update templates 5.50.1
2023-11-16 08:15:29 +02:00
Ilia Medvedev
8925cc87bc fix other charts issues 2023-11-15 23:10:15 +02:00
Ilia Medvedev
0b0940e6a2 switch redis repo 2023-11-15 22:27:51 +02:00
Ilia Medvedev
e7cb326716 switch redis repo 2023-11-15 22:26:40 +02:00
Ilia Medvedev
82e2bf4e3c update templates and values 2023-11-15 20:21:14 +02:00
Ilia Medvedev
f37a36f66f update templates and values 2023-11-15 20:19:21 +02:00
Daniel Maizel
63013fc015
Merge pull request #29 from codefresh-io/upgrade-argo-cd
Upgrade ArgoCD
2023-11-03 11:04:43 +02:00
Ilia Medvedev
af9deb5ed2 update helm chart testing action 2023-11-02 16:00:59 +02:00
Ilia Medvedev
5add6e6a76 update helm chart testing action 2023-11-02 15:58:37 +02:00
Ilia Medvedev
6c8c4851d1 update helm chart testing action 2023-11-02 15:53:24 +02:00
danielm-codefresh
78c7162d69 Upgrade ArgoCD 2023-11-02 13:11:25 +02: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
Jason Meridth
2eb537dde0
fix(github): update chart testing action due to failure (#2324)
Getting failure when running chart testing action pulling v2.0.0 from sigstore

Updating action to see if this helps

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-10-31 12:21:05 -05:00
Jason Meridth
4f5c75fbc7
fix(argo-rollouts): Update AnalysisRun CRD to match upstream (#2320) 2023-10-30 17:42:39 +00: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
dependabot[bot]
25d7b519bc
chore(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#2314) 2023-10-28 14:21:37 +02: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
Jason Meridth
804af65b38
fix(argo-rollouts): controller replicas count comparison (#2309) 2023-10-24 07:39:37 -05:00
Ujin
a67424d0c4
feat(argo-workflows): Updated supported workers parameters (#2297)
* feat(argo-workflows): Updated supported workers parameters

Change
------
Based on argo-workflows [scaling documents](https://argoproj.github.io/argo-workflows/scaling/)
it's possible to set following workers values: `--workflow-workers`, `--workflow-ttl-workers`, `--pod-cleanup-workers`
and statring 3.5 `--cron-workflow-workers`. This change allows chart
consumers to take advatage of _all_ these parameters.

Testing
-------
```
helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep workers

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"
          - "--pod-cleanup-workers"
          - "30"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"
          - "--pod-cleanup-workers"
          - "30"
          - "--cron-workflow-workers"
          - "40"
```

Signed-off-by: Evgeny Khatko <owen.tko@gmail.com>
Signed-off-by: Evgeny Khatko <ekhatko@paypal.com>

* Addressing PR feedback.

Signed-off-by: Evgeny Khatko <ekhatko@paypal.com>

* newline

Signed-off-by: Tim Collins <45351296+tico24@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Tim Collins <45351296+tico24@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Tim Collins <45351296+tico24@users.noreply.github.com>

---------

Signed-off-by: Evgeny Khatko <owen.tko@gmail.com>
Signed-off-by: Evgeny Khatko <ekhatko@paypal.com>
Signed-off-by: Tim Collins <45351296+tico24@users.noreply.github.com>
Co-authored-by: Evgeny Khatko <ekhatko@paypal.com>
Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
2023-10-24 13:34:49 +01:00
Aikawa
14e2e32bed
chore(argo-workflows): Add sample of PostgreSQL ssl entries in values.yaml (#2307)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-10-24 11:06:28 +01:00
dependabot[bot]
579b91fde3
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#2304) 2023-10-21 07:48:41 -05:00
Jonathan Raymond
575ee244b2
fix(argo-workflows): add all crds to aggregate-roles template (#2301)
fix: add all crds to aggregate-roles

Signed-off-by: Jonathan Raymond <jonwraymond@gmail.com>
2023-10-18 08:53:16 +09:00
Koen van Zuijlen
8c72bed779
feat(argo-workflows): Added commonLabels (#2300) 2023-10-17 10:40:33 -05:00
Jason Meridth
df9ee892b5
chore(argo-workflows): Upgrade argo-workflows to 3.5.0 (#2228)
Diff based on the rc1 branch currently here [3.4.10...3.5.0](https://github.com/argoproj/argo-workflows/compare/v3.4.10...v3.5.0)

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-10-13 22:59:02 +01:00
Aikawa
2730dc24c7
feat(argo-workflows): Configure declarative server auth mode (#2291) 2023-10-12 09:14:41 -05: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
dependabot[bot]
37069f92c9
chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (#2289) 2023-10-07 07:37:13 -05:00
dependabot[bot]
e9f6b1a8b4
chore(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#2290) 2023-10-07 07:19:01 -05:00
pasha-codefresh
f490789967
Merge pull request #27 from codefresh-io/feat/not-setup-kustomize-ns
feat: update argocd to v2.8.1-cap-CR-not-setup-kustomize-ns version
2023-10-04 13:47:26 +03:00
pashakostohrys
61b50b1adc add kustomize.setNamespace.enabled param in readme 2023-10-04 13:37:02 +03:00