From 112a237feafed9f06a331c18d5bb5b6383ba2ad3 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:03:36 +0200 Subject: [PATCH] fix(helm-chart): update helm release kube-prometheus-stack to 58.0.1 (#454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | patch | `58.0.0` -> `58.0.1` | --- ### Release Notes
prometheus-community/helm-charts (kube-prometheus-stack) ### [`v58.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.0.0...kube-prometheus-stack-58.0.1) 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-promettheus-stack] ThanosRuler custom resource instance name by [@​than-pet](https://togithub.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4439](https://togithub.com/prometheus-community/helm-charts/pull/4439) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-8.14.0...kube-prometheus-stack-58.0.1
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml index 0c5411fbb..df2777901 100644 --- a/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml +++ b/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml @@ -11,7 +11,7 @@ spec: chart: spec: chart: kube-prometheus-stack - version: 58.0.0 + version: 58.0.1 sourceRef: kind: HelmRepository name: prometheus-community