kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [argo-cd](https://github.com/argoproj/argo-helm) | minor | `10.0.0` -> `10.1.0` |
| [ceph-csi-drivers](https://github.com/ceph/ceph-csi-operator) | patch | `1.0.1` -> `1.0.3` |
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `87.3.0` -> `87.5.0` |
| [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | patch | `41.0.0` -> `41.0.1` |
---
### Release Notes
<details>
<summary>argoproj/argo-helm (argo-cd)</summary>
### [`v10.1.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.1.0)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.1...argo-cd-10.1.0)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(argo-cd): Update redis-ha to 4.38.0 by [@​baurmatt](https://github.com/baurmatt) in https://github.com/argoproj/argo-helm/pull/3928
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.1...argo-cd-10.1.0
### [`v10.0.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-10.0.1)
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.0...argo-cd-10.0.1)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
#### What's Changed
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in https://github.com/argoproj/argo-helm/pull/3946
- fix(argo-cd): render valid redis secret name when redis-ha haproxy disabled by [@​MaxMuzh](https://github.com/MaxMuzh) in https://github.com/argoproj/argo-helm/pull/3939
#### New Contributors
- [@​MaxMuzh](https://github.com/MaxMuzh) made their first contribution in https://github.com/argoproj/argo-helm/pull/3939
**Full Changelog**: https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.0...argo-cd-10.0.1
</details>
<details>
<summary>ceph/ceph-csi-operator (ceph-csi-drivers)</summary>
### [`v1.0.3`](https://github.com/ceph/ceph-csi-operator/releases/tag/v1.0.3): Release notes
[Compare Source](https://github.com/ceph/ceph-csi-operator/compare/v1.0.1...v1.0.3)
#### What's Changed
- controller: set replicas if not set (backport [#​517](https://github.com/ceph/ceph-csi-operator/issues/517)) by [@​mergify](https://github.com/mergify)\[bot] in https://github.com/ceph/ceph-csi-operator/pull/528
- ci: use tag name instead of GIT_REF (backport [#​529](https://github.com/ceph/ceph-csi-operator/issues/529)) by [@​mergify](https://github.com/mergify)\[bot] in https://github.com/ceph/ceph-csi-operator/pull/530
- ci: prepare for 1.0.3 release by [@​Madhu-1](https://github.com/Madhu-1) in https://github.com/ceph/ceph-csi-operator/pull/531
**Full Changelog**: https://github.com/ceph/ceph-csi-operator/compare/v1.0.2...v1.0.3
</details>
<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>
### [`v87.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-87.5.0)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-87.4.0...kube-prometheus-stack-87.5.0)
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
#### What's Changed
- \[kube-prometheus-stack] Update quay.io/prometheus/prometheus Docker tag to v3.13.0 by [@​renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/7054
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-29.13.1...kube-prometheus-stack-87.5.0
### [`v87.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-87.4.0)
[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-87.3.0...kube-prometheus-stack-87.4.0)
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
#### What's Changed
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://github.com/renovate)\[bot] in https://github.com/prometheus-community/helm-charts/pull/7049
**Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.42.2...kube-prometheus-stack-87.4.0
</details>
<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>
### [`v41.0.1`](https://github.com/traefik/traefik-helm-chart/releases/tag/v41.0.1)
[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v41.0.0...v41.0.1)
#### :rocket: Features
- feat(hub): support traefik hub v3.20.5 [#​1908](https://github.com/traefik/traefik-helm-chart/issues/1908) by [@​mloiseleur](https://github.com/mloiseleur)
#### :bug: Bug fixes
- fix(ingressroute): fail fast on uppercase ingressRoute keys (RFC 1123) [#​1862](https://github.com/traefik/traefik-helm-chart/issues/1862) by [@​filip2mac](https://github.com/filip2mac)
#### :package: Others
- chore(deps): update actions/checkout action to v7 [#​1905](https://github.com/traefik/traefik-helm-chart/issues/1905) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot]
- chore(deps): update dependency helm to v4.2.2 [#​1902](https://github.com/traefik/traefik-helm-chart/issues/1902) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot]
- chore(deps): update mikepenz/release-changelog-builder-action action to v6.2.3 [#​1903](https://github.com/traefik/traefik-helm-chart/issues/1903) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot]
- chore(deps): update renovatebot/github-action action to v46.1.16 [#​1904](https://github.com/traefik/traefik-helm-chart/issues/1904) by [@​renovate-with-github-actions](https://github.com/renovate-with-github-actions)\[bot]
- docs(hub): deprecate inline literal token in values [#​1907](https://github.com/traefik/traefik-helm-chart/issues/1907) by [@​mloiseleur](https://github.com/mloiseleur)
- chore(release): publish 41.0.1 [#​1909](https://github.com/traefik/traefik-helm-chart/issues/1909) by [@​mloiseleur](https://github.com/mloiseleur)
#### 👌 Traefik version support
- Traefik Proxy: v3.6.0 -> v3.7.5 (default)
- Traefik Hub: v3.19.3 -> v3.20.5
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC42IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot
changed title from chore(deps): update helm release traefik to v41.0.1 to chore(deps): update all-minor-patch-updates2026-06-29 15:01:14 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
10.0.0->10.1.01.0.1->1.0.387.3.0->87.5.041.0.0->41.0.1Release Notes
argoproj/argo-helm (argo-cd)
v10.1.0Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.1...argo-cd-10.1.0
v10.0.1Compare Source
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
What's Changed
New Contributors
Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-10.0.0...argo-cd-10.0.1
ceph/ceph-csi-operator (ceph-csi-drivers)
v1.0.3: Release notesCompare Source
What's Changed
Full Changelog: https://github.com/ceph/ceph-csi-operator/compare/v1.0.2...v1.0.3
prometheus-community/helm-charts (kube-prometheus-stack)
v87.5.0Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-29.13.1...kube-prometheus-stack-87.5.0
v87.4.0Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.42.2...kube-prometheus-stack-87.4.0
traefik/traefik-helm-chart (traefik)
v41.0.1Compare Source
🚀 Features
🐛 Bug fixes
📦 Others
👌 Traefik version support
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
292a4cd4bctocc37b13969chore(deps): update helm release traefik to v41.0.1to chore(deps): update all-minor-patch-updatescc37b13969to3730def1763730def176toa90569c54ea90569c54eto48700810034870081003tobedc35201d