Skip to content

Conversation

@argoproj-renovate
Copy link
Contributor

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/redis (source) patch 7.4.1-alpine -> 7.4.2-alpine

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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@argoproj-renovate argoproj-renovate bot force-pushed the renovate/public.ecr.aws-docker-library-redis-7.x branch 6 times, most recently from f956f6b to c0addfd Compare January 11, 2025 11:12
@argoproj-renovate argoproj-renovate bot force-pushed the renovate/public.ecr.aws-docker-library-redis-7.x branch 3 times, most recently from dadbd89 to cfdb3f1 Compare January 20, 2025 08:21
@argoproj-renovate argoproj-renovate bot force-pushed the renovate/public.ecr.aws-docker-library-redis-7.x branch 5 times, most recently from 2cbc254 to 193918c Compare January 27, 2025 16:20
… to v7.4.2

Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
@argoproj-renovate argoproj-renovate bot force-pushed the renovate/public.ecr.aws-docker-library-redis-7.x branch from 193918c to f65e59c Compare January 28, 2025 06:22
@argoproj-renovate argoproj-renovate bot changed the title chore(deps): update public.ecr.aws/docker/library/redis docker tag to v7.4.2 chore(argo-cd): Update public.ecr.aws/docker/library/redis Docker tag to v7.4.2 Jan 28, 2025
@github-actions github-actions bot added size/S and removed size/XS labels Jan 28, 2025
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.7.18
version: 7.7.20
Copy link
Collaborator

Choose a reason for hiding this comment

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

...🤔

Copy link
Member

Choose a reason for hiding this comment

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

The script always used to always increment by 1 every time it’s invoked. I suspect that’s all that’s happened here. The rule always used to be “only let the renovate script run once per pr”

Copy link
Member

Choose a reason for hiding this comment

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

You can manually set the version back down and it should be fine.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I see 👀
I fixed the version. 🙋 a770219

Copy link
Member

Choose a reason for hiding this comment

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

Ah damn. I'll try to handle this in a separate PR / issue. It is introduced by my recent Renovate improvement PR:

Copy link
Member

Choose a reason for hiding this comment

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

I think it has always done it. It’s just been run more than once on this PR.

It increments whatever number is on the branch rather than looking at the base branch’s value.

Signed-off-by: yu-croco <[email protected]>

Signed-off-by: Aikawa <[email protected]>
Copy link
Member

@mkilchhofer mkilchhofer left a comment

Choose a reason for hiding this comment

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

LGTM 🙏, thanks @yu-croco for handling the manual step

@mkilchhofer mkilchhofer merged commit d81ca4b into main Jan 28, 2025
6 checks passed
@mkilchhofer mkilchhofer deleted the renovate/public.ecr.aws-docker-library-redis-7.x branch January 28, 2025 08:00
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 <[email protected]>
Reviewed-on: https://gitea.v2.zarek.cc/twinlabs/argocd/pulls/21
Co-authored-by: bot <[email protected]>
Co-committed-by: bot <[email protected]>
gopi-nagarajan pushed a commit to giffgaff/argo-helm that referenced this pull request Jun 25, 2025
… to v7.4.2 (argoproj#3108)

* chore(argo-cd): Update public.ecr.aws/docker/library/redis Docker tag to v7.4.2

Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>

* fix version

Signed-off-by: yu-croco <[email protected]>

Signed-off-by: Aikawa <[email protected]>

---------

Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Signed-off-by: Aikawa <[email protected]>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>
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.

3 participants