Commit Graph

1552 Commits (2b25efdb3299f1e47a0a6168974c6cae0e195d3c)

Author SHA1 Message Date
Étienne Kemp-Rousseau 66c39a06d8
fix(argo-cd): Adding checksum for argocd-cm to dex pod (#2695)
Adding checksum to argocd-cm to dex pod

Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
2024-05-17 17:18:13 +02:00
argoproj-renovate[bot] 4ce5e9be2e
chore(deps): update actions/checkout action to v4.1.6 (#2696)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-05-16 23:27:52 +02:00
argoproj-renovate[bot] 39e1322df2
chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.13.0 (#2692)
* chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.13.0

* feat(argocd-image-updater): update deployment as following upstream

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

* fix(argocd-image-updater): correct doc

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

* fix(argocd-image-updater): fix manifest

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

* chore(argocd-image-updater): bump version

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

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: yu-croco <yu.croco@gmail.com>
2024-05-16 20:06:49 +09:00
Andres Vara 7be9b016fb
feat(argo-cd): Support ability to set .Values.namespaceOverride (#2679)
* feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (#2676)

remove unnecessary if statements

Signed-off-by: Daniel Beilin <daniel.beilin@outlook.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* feat(argo-cd): Support ability to set .Values.namespaceOverride

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* fix(argo-cd): typo

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* chore(deps): update actions/create-github-app-token action to v1.10.0 (#2677)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678)

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* feat(argo-cd): Support ability to set .Values.namespaceOverride

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* fix(argo-cd): typo

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* fix(argo-cd): autocorrection

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* fix(argo-cd): typos

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* fix(argo-cd): typos

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* removed auota

Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>

* Update Chart.yaml

Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>

---------

Signed-off-by: Daniel Beilin <daniel.beilin@outlook.com>
Signed-off-by: Andres Vara Parsegov <andres.vara@chase.com>
Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
Co-authored-by: Daniel Beilin <144586547+dbeilin@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Andres Vara Parsegov <andres.vara@chase.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: mitchell amihod <mitchell@amihod.com>
2024-05-14 16:17:31 +01:00
Petr Drastil 87f717656a
fix(argo-cd): Fix Service configuration for Argo server (#2690)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2024-05-14 07:59:03 +09:00
yuki.kitakata 510261328f
fix(argo-cd): Always create ApplicationSet as following upstream (#2688) 2024-05-13 06:31:48 +02:00
dependabot[bot] 3693ed4270
chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#2686)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  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>
2024-05-11 19:08:12 +09:00
dependabot[bot] 8e2f3d5bc0
chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#2687) 2024-05-11 05:04:44 -05:00
Thomas Decaux 63306b32f8
feat(argo-cd): Always install applicationset crd (#2682)
* Install applicationset crd always

ApplicationSet is required by argocd-server, cannot be "opt-out".

If ApplicationSet CRD is not installed, we see lot of errors:

```
W0507 19:44:33.469804 7 reflector.go:424] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io)
E0507 19:44:33.469828 7 reflector.go:140] pkg/mod/k8s.io/client-go@v0.26.11/tools/cache/reflector.go:169: Failed to watch *v1alpha1.ApplicationSet: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io)
```

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Bump chart version 

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Bump Chart.yaml patch version

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

* Update Chart.yaml changelog

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>

---------

Signed-off-by: Thomas Decaux <ebuildy@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
2024-05-10 10:32:34 +02:00
argoproj-renovate[bot] dcdcff2176
chore(deps): update actions/checkout action to v4.1.5 (#2683) 2024-05-08 22:58:26 -05:00
Ilia Lazebnik 1098ce1287
feat(argo-cd): Upgrade argocd to 2.11.0 + crd changes (#2681) 2024-05-08 08:21:09 +02:00
mitchell amihod 0882bfcbd6
feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678) 2024-05-05 19:24:13 -05:00
argoproj-renovate[bot] 35bc505bec
chore(deps): update actions/create-github-app-token action to v1.10.0 (#2677)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-05-02 16:57:37 +02:00
Daniel Beilin 966b745e7b
feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (#2676)
remove unnecessary if statements

Signed-off-by: Daniel Beilin <daniel.beilin@outlook.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-05-01 22:37:24 +09:00
argoproj-renovate[bot] 6c08745136
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.332.0 (#2675)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-05-01 10:49:58 +01:00
argoproj-renovate[bot] b9e4a3fd34
chore(argo-cd): Update dependency argoproj/argo-cd to v2.10.9 (#2674) 2024-04-30 18:14:03 +01:00
Mykyta Orlov 65e99a1c04
fix(argo-workflows): hyphen typo in values.yaml comment (#2673) 2024-04-29 21:29:49 +01:00
argoproj-renovate[bot] 9c1e15abf3
chore(deps): update renovatebot/github-action action to v40.1.11 (#2672)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-29 22:56:09 +09:00
dependabot[bot] 1119c0d8cc
chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#2668)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](1746f4ab65...65462800fd)

---
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>
2024-04-27 18:31:51 +09:00
dependabot[bot] dafe207ae1
chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.2 (#2669)
chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.4.0 to 5.5.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](e9fabac35e...cfb60706e1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  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>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-04-27 18:30:59 +09:00
dependabot[bot] 937a1702a1
chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 (#2670)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](99576bfa6d...0025e74a8c)

---
updated-dependencies:
- dependency-name: helm/kind-action
  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>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-04-27 18:26:20 +09:00
dependabot[bot] 95b9a94701
chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#2671)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.3...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-04-27 18:23:23 +09:00
Tim Collins 42bfba2cc8
feat(argo-cd): added jq path expression timeout (#2666) 2024-04-26 21:35:49 +02:00
argoproj-renovate[bot] d82efb40cb
chore(argo-cd): Update dependency argoproj/argo-cd to v2.10.8 (#2665)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-26 15:21:13 +01:00
argoproj-renovate[bot] 93b7a94650
chore(deps): update actions/checkout action to v4.1.4 (#2662)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-25 23:12:35 +09:00
Bojan Raic da00680758
fix(argo-cd): Pre-set `statusbadge.url` only when statusbadge is enabled (#2658)
- Add `statusbadge.enabled` to values.yaml as `false`
- Pre-set `statusbadge.url` to `global.domain` URL only when `statusbadge.enabled` is `true`
- Update README.md
- Fix a minor comment typo

Signed-off-by: Bojan Raic <code@bojan.io>
2024-04-24 16:07:57 +09:00
Bojan Raic 7ad09a972f
feat(argo-cd): Pre-set `statusbadge.url` value to `global.domain` (#2657) 2024-04-21 22:54:13 +02:00
dependabot[bot] 895b26a3cb
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#2655) 2024-04-20 21:17:51 +02:00
dependabot[bot] ae7fd924dc
chore(deps): bump pascalgn/size-label-action from 0.5.0 to 0.5.2 (#2653) 2024-04-20 20:09:35 +02:00
dependabot[bot] 71899cb56a
chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#2654) 2024-04-20 19:49:00 +02:00
dependabot[bot] 03003fff0e
chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0 (#2652) 2024-04-20 19:47:40 +02:00
argoproj-renovate[bot] b7ccf969ad
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.6 (#2651) 2024-04-20 05:55:00 +01:00
Aleksei Sviridkin 598a3c48c5
feat(argo-cd): Bump argocd-extension-installer to 0.0.5 (#2647)
* Bump argocd-extension-installer to v0.0.5

Signed-off-by: Aleksey Sviridkin <f@lex.la>

* Update docs

Signed-off-by: Aleksey Sviridkin <f@lex.la>

---------

Signed-off-by: Aleksey Sviridkin <f@lex.la>
2024-04-19 15:07:22 +01:00
Marc Brugger a12dbf812c
feat(argocd-image-updater): Allow defining extraEnvFrom for the deployment (#2646)
Signed-off-by: bakito <github@bakito.ch>
2024-04-18 23:41:24 +02:00
argoproj-renovate[bot] 8abf55a807
chore(deps): update renovatebot/github-action action to v40.1.10 (#2645)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-17 22:48:41 +02:00
argoproj-renovate[bot] ebbe2eefad
chore(argo-cd): Update dependency argoproj/argo-cd to v2.10.7 (#2643)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-15 11:42:55 +01:00
dependabot[bot] 7aca860359
chore(deps): bump azure/setup-helm from 3.5 to 4 (#2640) 2024-04-13 08:42:06 -05:00
argoproj-renovate[bot] a51380a144
chore(deps): update renovatebot/github-action action to v40.1.9 (#2638) 2024-04-12 01:55:23 -05:00
Stefan Caraiman f42e0e1fd5
fix(argo-cd): make automountServiceAccountToken configurable (#2625) 2024-04-10 22:05:47 +02:00
argoproj-renovate[bot] af50be59ed
chore(deps): update renovatebot/github-action action to v40.1.8 (#2633) 2024-04-08 13:38:36 +02:00
argoproj-renovate[bot] b583d7742f
chore(argo-cd): Update dependency argoproj/argo-cd to v2.10.6 (#2630) 2024-04-05 05:59:50 +01:00
argoproj-renovate[bot] b35d6e3618
chore(deps): update actions/create-github-app-token action to v1.9.3 (#2626)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-04 15:25:31 -05:00
Marco Maurer (-Kilchhofer) 1a5bded746
fix(argo-cd): Add required label for CLI on redis-ha-haproxy pod (#2627) 2024-04-04 19:47:21 +01:00
Karl Lyons c30f1984e4
feat(argo-workflows): Add the ability to use headless service for workflow controller (#2620) 2024-04-03 02:26:07 +09:00
Pierre Blais 72f0a50d70
feat(argo-cd): Add sizeLimit parameters on emptyDir (#2607)
* feat(argo-cd): Add sizeLimit parameters on emptyDir

Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr>

* feat(argo-cd): Bumping chart version

Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr>

* Fix(argo-cd): Add missing new line

Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr>

---------

Signed-off-by: Pierre BLAIS <pierreblais@hotmail.fr>
Signed-off-by: Pierre Blais <109473352+pierreblais@users.noreply.github.com>
Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
2024-04-02 14:36:34 +01:00
edmondshtogu 30fd5202b0
feat(argo-cd): enabled server cluster role permissions overriding (#2606) 2024-04-02 07:03:37 +02:00
argoproj-renovate[bot] 7b87ff19e5
chore(deps): update actions/create-github-app-token action to v1.9.2 (#2618) 2024-04-01 19:27:32 +02:00
argoproj-renovate[bot] d64b7e2d0c
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.278.0 (#2617)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-04-01 10:18:04 +09:00
dependabot[bot] 3a56a3e64d
chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#2615) 2024-03-30 12:33:40 -05:00
Ilia Lazebnik d6063b9595
fix(argo-cd): add missing crd change from 2.10.5 (#2612) 2024-03-29 16:13:26 +00:00