Commit Graph

1273 Commits (4a0f512f70d68ecd4dbb63c74b97e3c28f0c2828)

Author SHA1 Message Date
Aikawa b6922aed2f
fix(github): Align changelog structure to show changelogs on Artifact Hub (#1811)
fix(doc): Align changelog structure to show changelogs on Artifact Hub
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-30 01:01:21 +09:00
Aikawa c7b972c3af
fix(argo-cd): Align changelog structure to show changelogs on Artifact Hub (#1810)
fixed(argo-cd): Align changelog structure to show changelogs on Artifact Hub
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-29 16:23:04 +01:00
Jason Meridth 231cfcb20a
chore(argo-events): Upgrade Argo Events to v1.7.5 (#1809) 2023-01-29 06:16:13 -06:00
Aikawa 369136b69a
chore(argo-cd): Update Argo CD to v2.5.9 (#1805) 2023-01-28 14:40:50 +01:00
Petr Drastil 790438efeb
chore(argo-cd): Upgrade redis to 7.0.7 to avoid CVE-2022-3996 (#1803)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-27 17:18:43 -06:00
Wojciech 36cd83081c
feat(argo-cd): Add log settings and extraArgs to Slack bot (#1802)
* Add log settings and extraArgs to Slack bot

Signed-off-by: duxet <duxetlg@gmail.com>

* Fix readme

Signed-off-by: duxet <duxetlg@gmail.com>

---------

Signed-off-by: duxet <duxetlg@gmail.com>
2023-01-27 14:45:49 +00:00
Petr Drastil 5335a75fbc
fix(argo-cd): Disable Redis exporter by default (#1799)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-26 21:06:19 +09:00
Aikawa 9fb1f9d091
chore(argo-cd): Update Argo CD to v2.5.8 (#1798)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-26 09:22:40 +01:00
Ole Markus Kristiansen Ternø 73e6f1913e
feat(argo-events): Added support for extra k8s manifests (#1797)
* feat(argo-events): Added support for extra k8s manifests

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>

* added value example for extraObjects

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>

Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>
2023-01-25 22:46:14 +01:00
Petr Drastil 0578482bd6
chore(argo-cd): Upgrade Redis exporter image (#1795)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-24 09:15:46 +09:00
Petr Drastil 885959311f
fix(argo-cd): Fix annotations for ssh and tls configs (#1793)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-22 19:22:41 +00:00
Petr Drastil b4de202859
chore(argo-cd): Decouple Redis exporter from metrics service (#1791)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-22 18:20:30 +01:00
Petr Drastil adc526612f
fix(argo-cd): Redis service have invalid targetPort (#1792)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 20:11:02 +01:00
Petr Drastil 0f2856ea41
fix(argo-cd): Add missing options for mounting service account tokens (#1787)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-01-21 13:18:53 +01:00
Petr Drastil 58f587618f
fix(argo-cd): Consolidate and fix container ports (#1788)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 13:07:14 +01:00
Pedro e91bc78a4a
feat(argocd-image-updater): prevent generation of label value of invalid length (#1691)
* feat(argocd-image-updater): prevent label from being greater than 63 characters.

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>

* fix: Add missing double quote in changelog

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
2023-01-21 05:37:52 -06:00
Petr Drastil 5b9f624ba2
feat(argo-cd): Consolidate certificate config for repositories (#1786)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-21 10:24:46 +01:00
Richard Johansson 4dd31571b3
feat(argo-rollouts): Added flags to toggle provider-specific RBAC (#1777)
* Toggle for provider-specific RBAC + Added missing RBAC rules

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

* Updated docs with new Helm values

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

* Added a general flag providerRBAC.enabled to toggle all of the providers

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

* Aligned with main

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

* Corrected inline comments

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

* Fixed incorrect inline comments

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>

Signed-off-by: Richard Johansson <richard.jimmy.johansson@gmail.com>
2023-01-20 10:41:52 -06:00
Jason Meridth 9905dcca8e
fix(argo-cd): Update CONTRIBUTING docs (#1782)
* Update CONTRIBUTING

- [x] versioning details
- [x] remove broken links
- [x] fix markdown linting errors
- [x] README.md updating clarification

* Rename variable in helm-docs script
* Update argo-cd README
* Add blurb about mandatory Chart versioning
* Reword artifacthub changes section in CONTRIBUTING
* Reorder/restructure CONTRIBUTING.md
* Update argo-cd chart version
* Add section in CONTRIBUTING about semantic title linting

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-20 08:33:55 -06:00
carlos gonzález 45c1534eeb
feat(argo-cd): Add labels for argocd-secret (#1779)
* feat(argo-cd): add secret labels field (#1778)

Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-19 23:14:49 +01:00
Jason Meridth 132449cacc
chore(argo-rollouts): Upgrade argo-rollouts to 1.4.0 (#1774)
Fixes #1763

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

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-19 15:14:02 -06:00
Pedro 206d4922bf
fix(argo-rollouts): avoid label exceeding maximum length (#1694)
* fix(argo-rollouts): generated value for app.kubernetes.io/version label for argo-rollouts will not exceed maximum length and support passing a SHA digest.

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>

* fix: Add missing double quote in changelog

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Signed-off-by: Pedro Salgado <steenzout@users.noreply.github.com>
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2023-01-19 11:37:18 +01:00
Victor Login f3888bc996
chore(argo-cd): Update Argo CD extensions to v0.2.1 (#1770)
Signed-off-by: Victor Login <batazor@evrone.com>

Signed-off-by: Victor Login <batazor@evrone.com>
2023-01-18 13:00:59 +00:00
Aikawa 0d57f6ec17
chore(argo-cd): Update Argo CD to v2.5.7 (#1769)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-18 15:44:21 +09:00
Kiyoshi Muranaka 2777121707
feat(argo-rollouts): Add support for topologySpreadConstraints (#1755) 2023-01-17 20:38:50 -06:00
dependabot[bot] 5c6ad38b15
chore(deps): bump helm/chart-releaser-action from 1.4.1 to 1.5.0 (#1752)
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](https://github.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2023-01-11 07:39:58 +01:00
Aikawa 136d8c4fca
chore(argo-cd): Update Argo CD to v2.5.6 (#1757)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-11 07:33:30 +01:00
Petr Drastil 31242020c4
feat(argo-cd): Allow templated values for init and extra containers (#1749) 2023-01-10 06:31:57 -06:00
Petr Drastil c5648d5c9f
chore(argo-cd): Consolidate cluster-wide RBAC (#1597)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-10 09:58:45 +01:00
Jason Meridth 7992b5d04b
feat(argo-workflows): Add helper function to determine image value, minus tag (#1754)
We have a situation where we want to exclude the registry so that images can
be pulled from in-network mirrors. Currently when you exclude the registry,
you get stuck with a prefixing forward slash.

Had to keep the tags in the manifest files because helm template requires
a colon in the image value.  Otherwise I'd move it into the helper function.

image entries changed: server, controller, executor

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

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-09 18:03:26 -06:00
Petr Drastil 45861fadb7
docs(argo-cd): Improve documentation for extra containers (#1747)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2023-01-04 09:49:30 +00:00
Aikawa 4b8703db75
chore(argo-workflows): Support podGCDeleteDelayDuration and podGCGracePeriodSeconds (#1728)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-01-03 10:46:01 +09:00
huiwq1990 5bd70fbd24
feat(argo-workflows): add envFrom for main container (#1736)
Signed-off-by: huiwq1990 <huiwq1990@163.com>

Signed-off-by: huiwq1990 <huiwq1990@163.com>
2022-12-29 23:20:47 -06:00
Ramin A daba66b68c
fix(argo-events): Added missing NATS version in values.yaml (#1735)
Signed-off-by: Ramin Akhbari <ramin@akhbari.us>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 18:55:31 +01:00
Aikawa 10e3af1bcf
chore(argo-workflows): Remove legacy API versions for PDBs (#1741)
Signed-off-by: yu-croco <yu.croco@gmail.com>

Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 17:31:39 +01:00
Petr Drastil def1e657da
chore(argo-cd): Remove legacy API versions for Ingresses (#1742)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 17:26:36 +01:00
Petr Drastil 9c71f1cbab
chore(argo-cd): Add pdrastil as Argo CD codeowner (#1743)
Add pdrastil as Argo CD codeowner

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

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 09:54:28 -06:00
Petr Drastil f6c884a096
chore(argo-cd): Remove legacy API versions for PDBs (#1740)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
2022-12-29 16:47:29 +01:00
Boris Gershanik fbc8cb263c
feat(argo-cd): Add hostAliases to ApplicationSet Deployment (#1737)
Signed-off-by: Boris Gershanik <borbor154@gmail.com>
Signed-off-by: Boris Gershanik <boris@viber.com>
2022-12-29 12:49:10 +01:00
Aikawa 2204f028b9
chore(argo-cd): Update redis-ha to v4.22.4 (#1732)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-27 13:12:04 +01:00
Aikawa c4d8b37fe4
chore(argocd-apps): Add changelog link on README (#1731)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-25 14:56:33 +01:00
dependabot[bot] 37484603eb
chore(github): bump actions/stale from 6 to 7 (#1729)
chore(deps): bump actions/stale from 6 to 7

Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>

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>
2022-12-25 20:06:09 +09:00
Aleksandr Lossenko 00ed90f524
chore(argo-events): upgrade argo-events to app version 1.7.4 (#1730)
Signed-off-by: Aleksandr Lossenko <aleksandr.lossenko@gmail.com>
2022-12-24 20:41:02 +01:00
Aikawa 4ada750a84
chore(argo-workflows): Add changelog link on README (#1726)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-22 22:00:38 +09:00
Aikawa 7e45f5f03f
chore(argo-cd): Support relabelings and metricRelabelings to Notification's ServiceMonitor (#1720)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-20 22:18:07 +09:00
Karl Parry c04ff27b34
fix(argo-cd): remove incorrect flag for repoServer TLS secret (#1719)
Signed-off-by: Karl Parry <karl.parry@imbursepayments.com>

Signed-off-by: Karl Parry <karl.parry@imbursepayments.com>
2022-12-20 11:53:54 +00:00
Aikawa 56f3b77fd1
chore(argo-workflows): Support missing configurations to workflow controller cm (#1716)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-19 18:07:44 +09:00
Aikawa 3c8ad7be89
feat(argo-workflows): Support images property to workflow-controller-configmap for emissary executor (#1708)
* feat(argo-workflows): Support images property to workflow-controller-configmap for emissary executor
Signed-off-by: yu-croco <yu.croco@gmail.com>

* chore(argo-workflows): adopt concise name
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-12-19 08:41:56 +09:00
dependabot[bot] 3dcd161bf1
chore(github): bump helm/kind-action from 1.4.0 to 1.5.0 (#1714)
chore(deps): bump helm/kind-action from 1.4.0 to 1.5.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.5.0)

---
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>

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>
2022-12-18 10:12:59 +09:00
Yannay Hammer 5047f3c119
chore(argo-cd): Update ArgoCD to v2.5.5 (#1715)
Signed-off-by: Yannay Hammer <yannayha@gmail.com>

Signed-off-by: Yannay Hammer <yannayha@gmail.com>
2022-12-17 20:35:55 +09:00