Commit Graph

1679 Commits (main)

Author SHA1 Message Date
Anton Gilgur 8b02b6d9b8
fix(argo-workflows): `BASE_HREF` -> `ARGO_BASE_HREF` for forward compat (#2756) 2024-06-10 07:18:20 +09:00
Aikawa 377332f8c7
fix(argo-cd): Add missing permission for Dynamic Cluster Distribution (#2754) 2024-06-09 06:22:44 +01:00
dependabot[bot] 3dd3e1a754
chore(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#2752) 2024-06-08 07:42:46 -05:00
argoproj-renovate[bot] 02499d9b31
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.3 (#2748)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-06-06 11:51:33 +01:00
argoproj-renovate[bot] 19ef184d8f
chore(deps): update renovatebot/github-action action to v40.1.12 (#2740)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-06-03 16:08:02 +09:00
argoproj-renovate[bot] 98d8ea00e6
chore(deps): update actions/create-github-app-token action to v1.10.1 (#2739)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-06-03 08:59:14 +02:00
dependabot[bot] 0dae5da325
chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 (#2735)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](9fdb3e4972...f079b84933)

---
updated-dependencies:
- dependency-name: github/codeql-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>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-06-02 10:24:16 +09:00
BenHesketh21 4f50206813
fix(argo-cd): Fixed redis exporter NOAUTH error (#2736) 2024-06-02 08:44:56 +09:00
dependabot[bot] 760d1995e0
chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#2734) 2024-06-01 13:10:40 -05:00
argoproj-renovate[bot] 9607dee38e
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.384.0 (#2733) 2024-05-31 23:25:40 -05:00
Ludovic Ortega 45ff566614
feat(argo-cd): add support for dual stack clusters (#2649)
* feat(argo-cd): add support for dual stack clusters

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: add suggested change

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: metric template & add suggested change

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: remove changelog in README.md.gotmpl

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: applicationset metric template

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: add changelog as annotation

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* feat: use a global setting to enable dual stack

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

---------

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
2024-05-31 21:04:50 +09:00
Marco Maurer (-Kilchhofer) 0a97419aa9
docs(github): Charts use Helm "Capabilities" (#2730)
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2024-05-31 10:01:54 +01:00
Nacho Barrientos 2c05baf741
feat(argo-cd): represent cluster credentials as a map (#2648)
So it can be merged with values coming from different sources.

Closes #2592

Signed-off-by: Nacho Barrientos <nacho.barrientos@cern.ch>
2024-05-28 14:38:23 +01:00
argoproj-renovate[bot] 5652e66777
chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.13.1 (#2722) 2024-05-28 07:32:32 +02:00
argoproj-renovate[bot] 408500c5cc
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.7 (#2720) 2024-05-27 17:09:26 +09:00
dependabot[bot] 165c6518d2
chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 (#2718) 2024-05-25 23:19:47 +02:00
Nicolas Lamirault fb807031a2
fix(argo-events): support for additional labels (#2714)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2024-05-23 22:04:54 -05:00
argoproj-renovate[bot] fa2fb1c5c1
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.2 (#2715) 2024-05-23 16:37:05 +01:00
Michael Vittrup Larsen 728b6e7326
feat(argo-cd): Make redis secret initialization optional (#2713)
* Make redis secret initialization optional

Signed-off-by: michaelvl <mvl.gh@network42.dk>

* Remove artifacthub.io/changes from previous change

Signed-off-by: michaelvl <mvl.gh@network42.dk>

---------

Signed-off-by: michaelvl <mvl.gh@network42.dk>
2024-05-23 21:36:49 +09:00
yuki.kitakata e6776415a4
feat(argo-rollouts): Support revisionHistoryLimit (#2712)
* feat(argo-rollouts): Support revisionHistoryLimit

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

* chore(argo-rollouts): Align to argo-cd's configuration

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

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-05-23 09:29:52 +02:00
tberreis 3174f52ffc
chore(argo-cd): add priorityClassName to redis-secret-init job (#2709)
Signed-off-by: Thomas Berreis <thomas@berreis.de>
2024-05-22 12:20:34 +01:00
Pavan Kumar f431e9b2be
chore(argo-cd): add nodeselector and tolerations to redis-secret-init job (#2708)
chore(argo-cd): add nodeselector and tolerations to redis-secret-init-job

Signed-off-by: Pavan <borntofight090@gmail.com>
Co-authored-by: Pavan <pavan.hn@vida.id>
2024-05-22 09:17:05 +02:00
Marco Maurer (-Kilchhofer) fcee9a6046
fix(argo-cd): Enable Redis authentication in the default installation (#2705) 2024-05-21 18:36:32 +02:00
yuki.kitakata f9eb0b394c
fix(argo-workflows): Add missing serviceLabels to server service (#2698) 2024-05-19 19:22:17 +09:00
yuki.kitakata 4611a16463
fix(argo-workflows): Correct sample of secondsAfterCompletion (#2702) 2024-05-19 08:34:24 +01:00
dependabot[bot] b95e14aa02
chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 (#2699)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](cdcdbb5797...b7cec75265)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
2024-05-18 20:13:16 +09:00
dependabot[bot] 5d3e581b11
chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#2700)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [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.5...a5ac7e51b41094c92402da3b24376905380afc29)

---
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-05-18 19:02:45 +09:00
É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