Commit Graph

1364 Commits (48824664e904bc165ebef4ef7630d6296743cd1c)

Author SHA1 Message Date
dependabot[bot] 8d00bec86e
chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 (#2271) 2023-09-16 07:15:00 -05: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
Aikawa 44ddf59864
chore(argo-cd): Upgrade Argo CD to v2.8.4 (#2268) 2023-09-14 05:33:34 +01:00
Josh Soref bf1e4f2dde
fix(github): Fix changelog spelling of versions (#2263)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-09-13 22:48:41 +09:00
Josh Soref d51d3c6b69
docs(argo-cd): improve changelog (#2262)
* clarify 5.19.0 changes
* revise wording

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-12 08:32:56 +09:00
Aikawa 95f56b534c
fix(argo-cd): Migrate leftover of applicationSet.replicaCount to applicationSet.replicas (#2261)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-09-11 14:24:21 +01:00
Anton Gilgur db76bbed97
docs(argo-workflows): add an HA section (#2183)
* feat(argo-workflows): add a sample HA config

- a `values-ha.yaml` as an example for how one would set-up HA according to the Argo Workflows docs

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>

* docs(argo-workflows): add an HA section

- plus add a test for HA, which the docs link to as an example
- link back to [upstream docs](https://argoproj.github.io/argo-workflows/high-availability/) as well

- follow the same basic structure as the [Argo CD chart for HA](3e35b0c7f7/charts/argo-cd/README.md?plain=1#L17)
  - as asked in review

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>

---------

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-09-10 10:57:17 +09:00
dependabot[bot] 366114b3db
chore(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2259)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b7f8abb15...a8a3f3ad30)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-09-09 18:40:59 +09:00
dependabot[bot] 738fe78d20
chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#2258)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...3df4ab11eb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 18:39:19 +09:00
Andrew Hamilton eebb8c8d48
feat(argo-cd): adds toggle for helm-working-dir (#2249)
- Adds a toggle to be able to turn off the helm-working-dir for the
  repo server deployment. Using a shared helm repo storage directory can
  cause issues when multiple helm commands are being run in parallel.
  The repo server also has the ability to rebuild the repos and do
  updates in the normal flow for checking the status of an application
  so it won't cause issues if it's disabled.

Signed-off-by: Andrew Hamilton <ahamilton55@gmail.com>
2023-09-09 17:55:47 +09:00
Petr Drastil 34663ae9e6
docs(argo-cd): Document scheduling parameters for redis-ha (#2253)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-09-08 23:58:05 +09:00
Aikawa 95310f995b
fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM (#2235)
* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM

Signed-off-by: yu-croco <yu.croco@gmail.com>

* fix(argo-cd): Aligne condition to argocd-cm

Signed-off-by: yu-croco <yu.croco@gmail.com>

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-09-08 15:02:25 +01:00
Aikawa 925cd8454c
chore(argo-workflows): Upgrade Argo Workflows to v3.4.11 (#2255) 2023-09-08 05:10:55 +01:00
Alexej Disterhoft 3bb85b7d3e
chore(argo-cd): Upgrade Argo CD to v2.8.3 (#2254)
Signed-off-by: Alexej Disterhoft <alexej@disterhoft.de>
2023-09-08 09:08:37 +09:00
Tamas Szasz 258efc9a0c
fix(argo-cd): Make the PathType configurable when using single ingress resource in AWS (#2251)
* Make the PathType configurable when using single ingress resource in AWS

Signed-off-by: Tamas <tamas@ujet.cx>

* update chart version and doc

Signed-off-by: Tamas <tamas@ujet.cx>

* Fix reference to value in range

Signed-off-by: Tamas <tamas@ujet.cx>

---------

Signed-off-by: Tamas <tamas@ujet.cx>
Co-authored-by: Tamas <tamas@ujet.cx>
2023-09-07 22:52:17 +09:00
Gustav Kofoed Clausen 2557347583
chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0 (#2252)
* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0

Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>

* chore(argo-rollouts): Update CRDs to matching version

Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>

---------

Signed-off-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
Co-authored-by: Gustav Kofoed Clausen <gustavclausen@users.noreply.github.com>
2023-09-07 07:23:20 -05:00
JesseBot cd5b9a06e3
fix(argo-cd): Update values.yaml - update custom css styles side bar example (#2245)
* Update values.yaml - update custom css styles side barexample

.nav-bar is no longer the css class name

Signed-off-by: JesseBot <jessebot@linux.com>

* Update Chart.yaml - update patch version for values.yaml comment update

Signed-off-by: JesseBot <jessebot@linux.com>

* Update Chart.yaml - update change log

Signed-off-by: JesseBot <jessebot@linux.com>

---------

Signed-off-by: JesseBot <jessebot@linux.com>
2023-09-04 20:01:36 +09:00
Jason Meridth 57da3549af
chore(argo-events): Upgrade argo-events to 1.8.1 (#2247)
https://github.com/argoproj/argo-events/releases/tag/v1.8.1

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-09-04 10:15:15 +09:00
Petr Drastil 224a227fa4
chore(argo-cd): Remove support for autoscaling/v1 (#2237)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-08-28 10:12:29 +02:00
Petr Drastil 6797f01c1b
chore(argo-cd): Remove support for legacy cert-manager APIs (#2238)
* chore(argo-cd): Remove support for legacy cert-manager APIs

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Bump minor version

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

---------

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-08-27 20:07:17 +01:00
Petr Drastil 2fc1fd04a0
chore(argo-cd): Upgrade redis-exporter to 1.53.0 (#2236)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-08-27 11:20:39 +09:00
dependabot[bot] 75221849eb
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#2234)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-26 20:23:07 +02:00
Joonas Venäläinen 86d92b9596
fix(argo-cd): Fix applicationSet HA examples in README.md (#2232)
Signed-off-by: Joonas Venäläinen <joonas.venalainen@anders.com>
2023-08-25 19:52:04 +09:00
Aikawa 58999c1aae
chore(argo-cd): Upgrade Argo CD to v2.8.2 (#2231)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-08-25 09:45:53 +01:00
Aikawa 7dcc174402
chore(argo-cd): Upgrade Argo CD to v2.8.1 (#2230)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-08-23 05:52:03 +02:00
Jeongwon Song a9acf935ab
chore(argo-workflows): update comment for azure artifact repository blobNameFormat (#2229) 2023-08-19 00:59:46 -05:00
Fuochi dc56fa63f3
feat(argo-workflows): add imagePullSecret for workflow sa (#2226)
Signed-off-by: Fuochi <ffuochi@hotmail.com>
2023-08-17 13:08:03 +01:00
Jason Meridth 92b2724b0f
chore(argo-workflows): Upgrade to Argo Workflows v3.4.10 (#2220) 2023-08-16 11:00:35 +00:00
Nick Kampe 3737457b0f
feat(argo-rollouts): update servicemonitor.yaml to allow for namespace to be set (#2222)
* Update servicemonitor.yaml to allow for namespace to be set

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

* Update README.md

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

* Alphabetized namespace addition in README

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>

---------

Signed-off-by: Nick Kampe <Kampe@users.noreply.github.com>
2023-08-16 16:01:43 +09:00
Ali Reza 4e0698ec43
docs(argo-cd): Rename comment of repositoryCredentials to credentialTemplates (#2219)
Rename comment of repositoryCredentials to credentialTemplates

Signed-off-by: Ali Reza <alirezayahya@gmail.com>
2023-08-15 09:57:28 +01:00
Anton Gilgur a64615414d
fix(argo-workflows): Server only needs `get` Secrets (#2211)
- as of aa366db345, the Server no longer needs `list` or `watch` and only uses `get`
  - this was released as part of [v3.4.0](https://github.com/argoproj/argo-workflows/blob/master/CHANGELOG.md#v340-rc1-2022-08-09), and the current version of the chart uses v3.4.9 (per `Chart.yaml#appVersion`)

- `update` is not needed either for SSO secret
  - manifests RBAC: a68ea0feab/manifests/cluster-install/argo-server-rbac/argo-server-clusterole.yaml (L18)
  - SSO source code only uses [`create`](20d0923611/server/auth/sso/sso.go (L140)) and [`get`](20d0923611/server/auth/sso/sso.go (L151))
    - (also some `get`s above that for [`clientID`](20d0923611/server/auth/sso/sso.go (L127)) and [`clientSecret`](20d0923611/server/auth/sso/sso.go (L106)) as well)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-08-11 10:14:54 +09:00
Mickaël Canévet 23708c6a30
fix(argo-cd): add missing permissions to run actions (#2212)
Signed-off-by: Mickaël Canévet <mickael.canevet@gmail.com>
2023-08-09 23:18:37 +01:00
Petr Drastil 4b7dcd0d31
chore(argo-cd): Change applicationSet replicaCount to replicas (#2214)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-08-09 17:35:48 +09:00
Petr Drastil 51e2210631
fix(argo-cd): Fix global log level configuration (#2213)
fix(argo-cd) - Fix global log level configuration

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-08-09 17:19:54 +09:00
Jason Meridth b9c7b3104a
fix(argo-rollouts): add CI for enabling extra objects for argo-rollouts (#2198)
* fix(argo-rollouts): add CI for enabling extra objects for argo-rollouts

Add CI for extra objects

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

* fix: rename extra objects ci file to have -values suffix

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

---------

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-08-09 09:03:57 +09:00
Petr Drastil 3e35b0c7f7
feat(argo-cd): Upgrade Argo CD to 2.8.0 (#2170)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-08-08 23:35:41 +09:00
Engin Diri 4eae23b580
feat(github): add Helm OCI support (#2209)
Signed-off-by: Engin Diri <engin.diri@ediri.de>
2023-08-08 23:08:58 +09:00
Aikawa ebd1ad5103
chore(argo-cd): Upgrade Argo CD to v2.7.11 (#2210)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-08-08 08:11:34 +02:00
Aikawa eae0bdd871
fix(argo-rollouts): Add required ingress permission (#2207) 2023-08-05 10:26:24 +00:00
Petr Drastil f0ac0b7cf4
fix(argo-cd): Template configuration keys as a string instead of map (#2205) 2023-08-05 05:16:40 -05:00
Grégory SANCHEZ 962342fe2a
fix(argo-rollouts): fix helm lint error when extraObjects is defined (#2196)
fix(extra-manifests): fix helm lint error when extraObjecrts is defined

Signed-off-by: Grégory SANCHEZ <gregory.sanchez@icloud.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-08-01 18:07:17 +09:00
Aikawa 4ebeac0d8c
chore(argo-cd): Upgrade Argo CD to v2.7.10 (#2197)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-08-01 06:57:18 +01:00
carlos gonzález c358b5e71f
feat(argo-cd): add labels to notifications secret (#2191) (#2192)
Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com>
2023-07-27 22:44:15 +01:00
Andy Cobaugh 98da71eb87
feat(argo-workflows): allow setting executor args (#2177) 2023-07-27 08:57:46 -05:00
Venkata Mutyala 278a32671b
chore(argo-cd): Upgrade Argo CD to v2.7.9 (#2186)
feat(argo-cd): Upgrade argocd to v2.7.9

Signed-off-by: Venkata Mutyala <venkata@venkatamutyala.com>
2023-07-24 21:09:41 -05:00
Artur 5f1d08de0b
fix(argo-rollouts): Use annotation cont metrics (#2184)
* fix(argo-rollouts): Use annotation cont metrics

Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>

* fix(argo-rollouts): add changes and bump version

Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>

* fix chart.yaml

Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>

---------

Signed-off-by: Artur Mudrykh <a.mudrykh@uzum.com>
Co-authored-by: Artur Mudrykh <a.mudrykh@uzum.com>
2023-07-25 09:22:46 +09:00
Anton Gilgur f2da20bb75
chore(github): use table for Emeritus (#2182)
- to matches how `argoproj` lists Alumni (6011d3e173/MAINTAINERS.md?plain=1#L11)
  - though it has more details including role and affiliation. could do that here too, but I don't know what all those are, so left those columns out
    - fortunately everyone's name was listed on their profile, so just copy+paste those!

- confirmed that all links work

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2023-07-24 08:48:47 +09:00
Aikawa 0453552b32
fix(argocd-apps): fix indent of syncOptions (#2181) 2023-07-23 05:25:51 +01:00
Mathieu Parent 83e5d83492
feat(argocd-apps): syncOptions for applications (#2176)
Signed-off-by: Mathieu Parent <mathieu.parent@insee.fr>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-07-22 22:46:38 +09:00
Jason Meridth 137bb9e177
chore(argo-workflows): Upgrade to 3.4.9 (#2175)
chore(argo-workflow): Upgrade to 3.4.9

- [ ] update CRD changes

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-07-21 08:19:59 +09:00