Skip to content

feat(argo-cd): Update to Argo CD 2.14#3155

Merged
mkilchhofer merged 11 commits intomainfrom
feature/argo-cd_2.14
Feb 4, 2025
Merged

feat(argo-cd): Update to Argo CD 2.14#3155
mkilchhofer merged 11 commits intomainfrom
feature/argo-cd_2.14

Conversation

@mkilchhofer
Copy link
Copy Markdown
Member

@mkilchhofer mkilchhofer commented Feb 3, 2025

This is a late-night draft (😪) to replace the PR filed by Renovate:

Note to reviewers:

  • the new component commit-server is pretty new. The code was added "quick and dirty" by copy-paste of the upstream repo and add some basic customization options
  • Other components have some new env vars
  • Is the commit-server intended to be deployed by default or should we make it optional?

    image

  • Metrics customization is still open. I'd like to implement it in another PR, if you are okay with that?
    Basics are now there. But ServiceMonitor is still open.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
# -- Default node selector for all components
nodeSelector: {}
nodeSelector:
kubernetes.io/os: linux
Copy link
Copy Markdown
Member Author

@mkilchhofer mkilchhofer Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change yes/no ?

Opinions from other maintainers ?

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
@mkilchhofer mkilchhofer marked this pull request as ready for review February 4, 2025 08:41
mbevc1
mbevc1 previously approved these changes Feb 4, 2025
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
@mkilchhofer mkilchhofer merged commit c77cb71 into main Feb 4, 2025
7 checks passed
@mkilchhofer mkilchhofer deleted the feature/argo-cd_2.14 branch February 4, 2025 11:25
chris-sanders pushed a commit to chris-sanders/argocd that referenced this pull request Jun 23, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [argo-cd](https://github.com/argoproj/argo-helm) | minor | `7.4.7` -> `7.9.1` |

---

### Release Notes

<details>
<summary>argoproj/argo-helm (argo-cd)</summary>

### [`v7.9.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.9.1)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.9.0...argo-cd-7.9.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3284
- chore(deps): update actions/create-github-app-token action to v2.0.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3283
- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3278
- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.71.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3287

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.14...argo-cd-7.9.1

### [`v7.9.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.9.0)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.28...argo-cd-7.9.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3266
- chore(deps): update renovatebot/github-action action to v41.0.22 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3268
- fix(argo-cd): Downgrade to latest available Redis under BSD-3-Clause by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3271

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.28...argo-cd-7.9.0

### [`v7.8.28`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.28)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.27...argo-cd-7.8.28)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.21 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3259
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.11 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3262

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.27...argo-cd-7.8.28

### [`v7.8.27`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.27)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.26...argo-cd-7.8.27)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- docs(argo-cd): Update kubelogin documentation for extra containers by [@&#8203;mathieu-clnk](https://github.com/mathieu-clnk) in https://github.com/argoproj/argo-helm/pull/3258

#### New Contributors

- [@&#8203;mathieu-clnk](https://github.com/mathieu-clnk) made their first contribution in https://github.com/argoproj/argo-helm/pull/3258

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.26...argo-cd-7.8.27

### [`v7.8.26`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.26)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.25...argo-cd-7.8.26)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update ghcr.io/dexidp/dex Docker tag to v2.42.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3251

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.25...argo-cd-7.8.26

### [`v7.8.25`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.25)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.24...argo-cd-7.8.25)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.20 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3246
- chore(deps): update renovatebot/github-action action to v41.0.20 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3249
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.10 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3250

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.24...argo-cd-7.8.25

### [`v7.8.24`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.24)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.23...argo-cd-7.8.24)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3248
- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.70.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3247

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.15...argo-cd-7.8.24

### [`v7.8.23`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.23)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.22...argo-cd-7.8.23)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Same Secret name and key for all embedded redis options by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3238

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.22...argo-cd-7.8.23

### [`v7.8.22`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.22)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.21...argo-cd-7.8.22)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.9 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3235

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.12...argo-cd-7.8.22

### [`v7.8.21`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.21)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.20...argo-cd-7.8.21)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Make code clearer when Redis Secret is optional by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3228

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.20...argo-cd-7.8.21

### [`v7.8.20`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.20)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.19...argo-cd-7.8.20)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Correct oliver006/redis\_exporter image tag by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3231

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.12.1...argo-cd-7.8.20

### [`v7.8.19`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.19)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.18...argo-cd-7.8.19)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Also use oliver006/redis\_exporter for non-HA redis by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3226

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.39.5...argo-cd-7.8.19

### [`v7.8.18`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.18)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.17...argo-cd-7.8.18)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): set loglevel and logformat cli args without quotes by [@&#8203;SamyDjemai](https://github.com/SamyDjemai) in https://github.com/argoproj/argo-helm/pull/3223

#### New Contributors

- [@&#8203;SamyDjemai](https://github.com/SamyDjemai) made their first contribution in https://github.com/argoproj/argo-helm/pull/3223

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.17...argo-cd-7.8.18

### [`v7.8.17`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.17)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.16...argo-cd-7.8.17)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.18 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3220
- fix(argo-cd): Moved to oliver006/redis\_exporter to support mutli-arch images by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3221

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.16...argo-cd-7.8.17

### [`v7.8.16`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.16)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.15...argo-cd-7.8.16)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3218
- fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller by [@&#8203;legal90](https://github.com/legal90) in https://github.com/argoproj/argo-helm/pull/3209

#### New Contributors

- [@&#8203;legal90](https://github.com/legal90) made their first contribution in https://github.com/argoproj/argo-helm/pull/3209

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.15...argo-cd-7.8.16

### [`v7.8.15`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.15)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.14...argo-cd-7.8.15)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.17 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3212
- chore(github): Update release metrics before ArgoCon EU by [@&#8203;tico24](https://github.com/tico24) in https://github.com/argoproj/argo-helm/pull/3215
- chore(argo-cd): Upgrade redis-ha by [@&#8203;alexelent-carta](https://github.com/alexelent-carta) in https://github.com/argoproj/argo-helm/pull/3216

#### New Contributors

- [@&#8203;alexelent-carta](https://github.com/alexelent-carta) made their first contribution in https://github.com/argoproj/argo-helm/pull/3216

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.14...argo-cd-7.8.15

### [`v7.8.14`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.14)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.13...argo-cd-7.8.14)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.8 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3214

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.39.3...argo-cd-7.8.14

### [`v7.8.13`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.13)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.12...argo-cd-7.8.13)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.7 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3205

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.12...argo-cd-7.8.13

### [`v7.8.12`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.12)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.11...argo-cd-7.8.12)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3201
- chore(deps): update renovatebot/github-action action to v41.0.15 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3202
- chore(deps): update renovatebot/github-action action to v41.0.16 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3203
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3204

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.11...argo-cd-7.8.12

### [`v7.8.11`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.11)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.10...argo-cd-7.8.11)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update public.ecr.aws/bitnami/redis-exporter Docker tag to v1.69.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3200

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.14...argo-cd-7.8.11

### [`v7.8.10`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.10)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.9...argo-cd-7.8.10)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3195
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3197

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.9...argo-cd-7.8.10

### [`v7.8.9`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.9)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.8...argo-cd-7.8.9)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update public.ecr.aws/bitnami/redis-exporter Docker tag to v1.68.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3194

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.10...argo-cd-7.8.9

### [`v7.8.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.8)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.7...argo-cd-7.8.8)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(github): Update release metrics by [@&#8203;tico24](https://github.com/tico24) in https://github.com/argoproj/argo-helm/pull/3188
- chore(github): Make GH action secret SCORECARD\_TOKEN obsolete by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3189
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3190

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.9...argo-cd-7.8.8

### [`v7.8.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.7)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.6...argo-cd-7.8.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Fixed broken topologySpreadConstraints template in commitServer component by [@&#8203;daftping](https://github.com/daftping) in https://github.com/argoproj/argo-helm/pull/3182

#### New Contributors

- [@&#8203;daftping](https://github.com/daftping) made their first contribution in https://github.com/argoproj/argo-helm/pull/3182

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.6...argo-cd-7.8.7

### [`v7.8.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.6)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.5...argo-cd-7.8.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3183

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.8...argo-cd-7.8.6

### [`v7.8.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.5)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.4...argo-cd-7.8.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3178
- docs(argo-cd): Added a comment how to pass values into argocd-cm ConfigMap by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3177

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.4...argo-cd-7.8.5

### [`v7.8.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.4)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.3...argo-cd-7.8.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Add support for controller.sync.timeout.seconds by [@&#8203;fjgcosta](https://github.com/fjgcosta) in https://github.com/argoproj/argo-helm/pull/3176

#### New Contributors

- [@&#8203;fjgcosta](https://github.com/fjgcosta) made their first contribution in https://github.com/argoproj/argo-helm/pull/3176

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.3...argo-cd-7.8.4

### [`v7.8.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.3)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.2...argo-cd-7.8.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update actions/create-github-app-token action to v1.11.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3170
- chore(deps): update ghcr.io/dexidp/dex docker tag to v2.42.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3172

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.7...argo-cd-7.8.3

### [`v7.8.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.2)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.1...argo-cd-7.8.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): only create dex-servicemonitor if dex is enabled by [@&#8203;PatrickSpies](https://github.com/PatrickSpies) in https://github.com/argoproj/argo-helm/pull/3159

#### New Contributors

- [@&#8203;PatrickSpies](https://github.com/PatrickSpies) made their first contribution in https://github.com/argoproj/argo-helm/pull/3159

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.1...argo-cd-7.8.2

### [`v7.8.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.1)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.0...argo-cd-7.8.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3160

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.8.0...argo-cd-7.8.1

### [`v7.8.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.8.0)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.23...argo-cd-7.8.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.12 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3151
- chore(deps): update actions/create-github-app-token action to v1.11.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3156
- feat(argo-cd): Update to Argo CD 2.14 by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3155

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.23...argo-cd-7.8.0

### [`v7.7.23`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.23)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.22...argo-cd-7.7.23)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.153.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3149
- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3150
- chore(argo-cd): Fix typo on README by [@&#8203;GanziDaeyong](https://github.com/GanziDaeyong) in https://github.com/argoproj/argo-helm/pull/3153

#### New Contributors

- [@&#8203;GanziDaeyong](https://github.com/GanziDaeyong) made their first contribution in https://github.com/argoproj/argo-helm/pull/3153

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.39.0...argo-cd-7.7.23

### [`v7.7.22`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.22)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.21...argo-cd-7.7.22)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(github): Analyse past release times by [@&#8203;tico24](https://github.com/tico24) in https://github.com/argoproj/argo-helm/pull/3135
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.13.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3145

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.21...argo-cd-7.7.22

### [`v7.7.21`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.21)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.20...argo-cd-7.7.21)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Fix required cluster credentials name by [@&#8203;atgane](https://github.com/atgane) in https://github.com/argoproj/argo-helm/pull/3136

#### New Contributors

- [@&#8203;atgane](https://github.com/atgane) made their first contribution in https://github.com/argoproj/argo-helm/pull/3136

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.20...argo-cd-7.7.21

### [`v7.7.20`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.20)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.19...argo-cd-7.7.20)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update public.ecr.aws/bitnami/redis-exporter Docker tag to v1.67.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3104

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.19...argo-cd-7.7.20

### [`v7.7.19`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.19)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.18...argo-cd-7.7.19)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(github): Support redis and extension-installer in Renovate - alternative by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3143
- chore(argo-cd): Update public.ecr.aws/docker/library/redis Docker tag to v7.4.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3108

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.18...argo-cd-7.7.19

### [`v7.7.18`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.18)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.17...argo-cd-7.7.18)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3141
- chore(deps): update renovatebot/github-action action to v41.0.11 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3142
- feat(argo-cd): Add an extra feature toggle to the argocd configmap that allows sync impersonation by [@&#8203;Nheijmink19](https://github.com/Nheijmink19) in https://github.com/argoproj/argo-helm/pull/3138

#### New Contributors

- [@&#8203;Nheijmink19](https://github.com/Nheijmink19) made their first contribution in https://github.com/argoproj/argo-helm/pull/3138

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.12.0...argo-cd-7.7.18

### [`v7.7.17`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.17)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.16...argo-cd-7.7.17)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.9 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3125
- chore(deps): update renovatebot/github-action action to v41.0.10 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3128
- fix(argo-cd): Address ingress regression of PR [#&#8203;3081](https://github.com/argoproj/argo-helm/issues/3081) by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/3137

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.16...argo-cd-7.7.17

### [`v7.7.16`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.16)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.15...argo-cd-7.7.16)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3122
- fix(argo-cd): Adding conditionals around argocd-tls-cert-cm.yaml helm creation by [@&#8203;nhershman](https://github.com/nhershman) in https://github.com/argoproj/argo-helm/pull/3124

#### New Contributors

- [@&#8203;nhershman](https://github.com/nhershman) made their first contribution in https://github.com/argoproj/argo-helm/pull/3124

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.13...argo-cd-7.7.16

### [`v7.7.15`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.15)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.14...argo-cd-7.7.15)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Correct ingress listen-ports example on README by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3120

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.12...argo-cd-7.7.15

### [`v7.7.14`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.14)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.13...argo-cd-7.7.14)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Add DRY support for Ingress by [@&#8203;gyajangi1](https://github.com/gyajangi1) in https://github.com/argoproj/argo-helm/pull/3081

#### New Contributors

- [@&#8203;gyajangi1](https://github.com/gyajangi1) made their first contribution in https://github.com/argoproj/argo-helm/pull/3081

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.11.4...argo-cd-7.7.14

### [`v7.7.13`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.13)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.12...argo-cd-7.7.13)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.13.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3103

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.3...argo-cd-7.7.13

### [`v7.7.12`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.12)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.11...argo-cd-7.7.12)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.86.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3099
- docs(argo-cd): Correct outdated URL for doc by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3097

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.10...argo-cd-7.7.12

### [`v7.7.11`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.11)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.10...argo-cd-7.7.11)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update actions/create-github-app-token action to v1.11.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3085
- chore(deps): bump the dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3086
- fix(argo-cd): add functionality to en/disable argocd-ssh-known-hosts-cm by [@&#8203;gajicdev](https://github.com/gajicdev) in https://github.com/argoproj/argo-helm/pull/3083

#### New Contributors

- [@&#8203;gajicdev](https://github.com/gajicdev) made their first contribution in https://github.com/argoproj/argo-helm/pull/3083

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.2...argo-cd-7.7.11

### [`v7.7.10`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.10)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.9...argo-cd-7.7.10)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.13.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3076

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.9...argo-cd-7.7.10

### [`v7.7.9`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.9)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.8...argo-cd-7.7.9)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41.0.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3071
- fix(argo-cd): Fix repo-server honorLabels config template by [@&#8203;symaras](https://github.com/symaras) in https://github.com/argoproj/argo-helm/pull/3075

#### New Contributors

- [@&#8203;symaras](https://github.com/symaras) made their first contribution in https://github.com/argoproj/argo-helm/pull/3075

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.8...argo-cd-7.7.9

### [`v7.7.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.8)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.7...argo-cd-7.7.8)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3069
- feat(argo-cd): Bump argocd-extension-installer to 0.0.8 by [@&#8203;mikutas](https://github.com/mikutas) in https://github.com/argoproj/argo-helm/pull/3070

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.1...argo-cd-7.7.8

### [`v7.7.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.7)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.6...argo-cd-7.7.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump renovatebot/github-action from 41.0.4 to 41.0.5 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3061
- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38.142.7 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3062
- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3063
- feat(argo-cd): Template server ingress extraTls arguments by [@&#8203;garryod](https://github.com/garryod) in https://github.com/argoproj/argo-helm/pull/3056

#### New Contributors

- [@&#8203;garryod](https://github.com/garryod) made their first contribution in https://github.com/argoproj/argo-helm/pull/3056

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.6...argo-cd-7.7.7

### [`v7.7.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.6)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.5...argo-cd-7.7.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Fix REDIS\_PASSWORD optional flag by [@&#8203;bhavinkotak](https://github.com/bhavinkotak) in https://github.com/argoproj/argo-helm/pull/3058

#### New Contributors

- [@&#8203;bhavinkotak](https://github.com/bhavinkotak) made their first contribution in https://github.com/argoproj/argo-helm/pull/3058

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.9...argo-cd-7.7.6

### [`v7.7.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.5)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.4...argo-cd-7.7.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Update application CRD by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3047

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.44.0...argo-cd-7.7.5

### [`v7.7.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.4)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.3...argo-cd-7.7.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- docs(argo-rollouts): update security policy for Argo Rollouts in SECURITY.md by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in https://github.com/argoproj/argo-helm/pull/3034
- chore(deps): bump github/codeql-action from 3.27.1 to 3.27.4 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3039
- chore(deps): update renovatebot/github-action action to v41.0.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3040
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.13.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3043

#### New Contributors

- [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) made their first contribution in https://github.com/argoproj/argo-helm/pull/3034

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.3...argo-cd-7.7.4

### [`v7.7.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.3)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.2...argo-cd-7.7.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Upgrade redis-ha by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/3026

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.2...argo-cd-7.7.3

### [`v7.7.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.2)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.1...argo-cd-7.7.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update Redis image to 7.4.1 by [@&#8203;frans-otogone](https://github.com/frans-otogone) in https://github.com/argoproj/argo-helm/pull/3023

#### New Contributors

- [@&#8203;frans-otogone](https://github.com/frans-otogone) made their first contribution in https://github.com/argoproj/argo-helm/pull/3023

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.1...argo-cd-7.7.2

### [`v7.7.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.1)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.7.0...argo-cd-7.7.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v41 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3017
- chore(deps): bump github/codeql-action from 3.27.0 to 3.27.1 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/3020
- feat(argo-cd): Add honorLabels config for ServiceMonitor resources by [@&#8203;enneitex](https://github.com/enneitex) in https://github.com/argoproj/argo-helm/pull/3018

#### New Contributors

- [@&#8203;enneitex](https://github.com/enneitex) made their first contribution in https://github.com/argoproj/argo-helm/pull/3018

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.11.2...argo-cd-7.7.1

### [`v7.7.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.7.0)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.12...argo-cd-7.7.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v40.3.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/3008
- feat(argo-cd): Update to Argo CD 2.13 by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/2999

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.12...argo-cd-7.7.0

### [`v7.6.12`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.12)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.11...argo-cd-7.6.12)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2984

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.11...argo-cd-7.6.12

### [`v7.6.11`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.11)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.10...argo-cd-7.6.11)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2983

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.10...argo-cd-7.6.11

### [`v7.6.10`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.10)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.9...argo-cd-7.6.10)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v40.3.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2981
- fix(argo-cd): fixed shard value in clusterCredentials Secret by [@&#8203;adisong](https://github.com/adisong) in https://github.com/argoproj/argo-helm/pull/2982

#### New Contributors

- [@&#8203;adisong](https://github.com/adisong) made their first contribution in https://github.com/argoproj/argo-helm/pull/2982

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.9...argo-cd-7.6.10

### [`v7.6.9`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.9)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.8...argo-cd-7.6.9)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.26.9 to 3.26.11 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/2966
- chore(deps): update actions/checkout action to v4.2.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2969
- chore(deps): update renovatebot/github-action action to v40.3.2 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2971
- chore(deps): update renovatebot/github-action action to v40.3.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2976
- chore(deps): bump the dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/2977
- fix(argo-cd): add missing event permissions for run actions by [@&#8203;jsoref](https://github.com/jsoref) in https://github.com/argoproj/argo-helm/pull/2980

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.8...argo-cd-7.6.9

### [`v7.6.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.8)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.7...argo-cd-7.6.8)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Add affinity to redisSecretInit Job by [@&#8203;killianmuldoon](https://github.com/killianmuldoon) in https://github.com/argoproj/argo-helm/pull/2962

#### New Contributors

- [@&#8203;killianmuldoon](https://github.com/killianmuldoon) made their first contribution in https://github.com/argoproj/argo-helm/pull/2962

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.42.5...argo-cd-7.6.8

### [`v7.6.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.7)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.6...argo-cd-7.6.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Arrange for ApplicationSet in any namespace by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/2945

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.6...argo-cd-7.6.7

### [`v7.6.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.6)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.5...argo-cd-7.6.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/2943
- chore(deps): update renovatebot/github-action action to v40.2.11 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2946
- chore(deps): update renovatebot/github-action action to v40.3.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2947
- chore(argo-cd): Add Proxy Extensions config by [@&#8203;charlychiu](https://github.com/charlychiu) in https://github.com/argoproj/argo-helm/pull/2944

#### New Contributors

- [@&#8203;charlychiu](https://github.com/charlychiu) made their first contribution in https://github.com/argoproj/argo-helm/pull/2944

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.42.4...argo-cd-7.6.6

### [`v7.6.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.5)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.4...argo-cd-7.6.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(github): Use correct email of the Renovate bot by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in https://github.com/argoproj/argo-helm/pull/2938
- chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2940

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.4...argo-cd-7.6.5

### [`v7.6.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.4)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.3...argo-cd-7.6.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update actions/checkout action to v4.2.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in https://github.com/argoproj/argo-helm/pull/2937
- fix(argo-cd): Align imagePullSecrets for redis-secret-init Job by [@&#8203;DoumLaberge](https://github.com/DoumLaberge) in https://github.com/argoproj/argo-helm/pull/2928

#### New Contributors

- [@&#8203;DoumLaberge](https://github.com/DoumLaberge) made their first contribution in https://github.com/argoproj/argo-helm/pull/2928

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.3...argo-cd-7.6.4

### [`v7.6.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.3)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.2...argo-cd-7.6.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): add multi-namespace support for ApplicationSet controller RBAC by [@&#8203;leehosu](https://github.com/leehosu) in https://github.com/argoproj/argo-helm/pull/2935

#### New Contributors

- [@&#8203;leehosu](https://github.com/leehosu) made their first contribution in https://github.com/argoproj/argo-helm/pull/2935

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.2...argo-cd-7.6.3

### [`v7.6.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.2)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.1...argo-cd-7.6.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/argoproj/argo-helm/pull/2933
- fix(argo-cd): Remove namespace from cluster scope resource by [@&#8203;sfc-gh-jlangefeld](https://github.com/sfc-gh-jlangefeld) in https://github.com/argoproj/argo-helm/pull/2833

#### New Contributors

- [@&#8203;sfc-gh-jlangefeld](https://github.com/sfc-gh-jlangefeld) made their first contribution in https://github.com/argoproj/argo-helm/pull/2833

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.42.3...argo-cd-7.6.2

### [`v7.6.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.1)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.0...argo-cd-7.6.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Remove unwanted newline on redis-init-secret job's imagepullsecrets by [@&#8203;tico24](https://github.com/tico24) in https://github.com/argoproj/argo-helm/pull/2931

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.6.0...argo-cd-7.6.1

### [`v7.6.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.6.0)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.5.2...argo-cd-7.6.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): allow setting runtime class name by [@&#8203;d3adb5](https://github.com/d3adb5) in https://github.com/argoproj/argo-helm/pull/2930

#### New Contributors

- [@&#8203;d3adb5](https://github.com/d3adb5) made their first contribution in https://github.com/argoproj/argo-helm/pull/2930

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.8...argo-cd-7.6.0

### [`v7.5.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.5.2)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.5.1...argo-cd-7.5.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Fix certificate template secretTemplateAnnotations null by [@&#8203;eddyfussel](https://github.com/eddyfussel) in https://github.com/argoproj/argo-helm/pull/2909

#### New Contributors

- [@&#8203;eddyfussel](https://github.com/eddyfussel) made their first contribution in https://github.com/argoproj/argo-helm/pull/2909

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.5.1...argo-cd-7.5.2

### [`v7.5.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.5.1)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.5.0...argo-cd-7.5.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Fix typo on README by [@&#8203;yu-croco](https://github.com/yu-croco) in https://github.com/argoproj/argo-helm/pull/2907

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-workflows-0.42.1...argo-cd-7.5.1

### [`v7.5.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.5.0)

[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-7.4.7...argo-cd-7.5.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): bump redis-ha by [@&#8203;a-hat](https://github.com/a-hat) in https://github.com/argoproj/argo-helm/pull/2900

#### New Contributors

- [@&#8203;a-hat](https://github.com/a-hat) made their first contribution in https://github.com/argoproj/argo-helm/pull/2900

**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-7.4.7...argo-cd-7.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC4xMSIsInVwZGF0ZWRJblZlciI6IjQwLjYyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: Renovate Bot <renovate-test@test.local>
Reviewed-on: https://gitea.v2.zarek.cc/twinlabs/argocd/pulls/21
Co-authored-by: bot <bot@example.com>
Co-committed-by: bot <bot@example.com>
gopi-nagarajan pushed a commit to giffgaff/argo-helm that referenced this pull request Jun 25, 2025
* feat(argo-cd): Update to Argo CD 2.14

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

* fix: Add more customization options to commit-server

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

* fix: Bump appVersion to v2.14.1

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

* fix: Add 'resources' to commit-server

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

* chore: Drop commitServer.service.type

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

* fix: Add ability to disable the commit-server

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

* chore: Drop commitServer.replicas since there are no upstream docs

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

* feat: Allow adding extraVolume and mounts

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

* chore: Disable commit-server by default

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

* feat: Dedicated metrics service with basic customization options

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

---------

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants