From 6c0ae120f08682e917898baf8979985367fe0bf7 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:23:20 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20quay.io/prometheus/?= =?UTF-8?q?prometheus=20(=20v2.51.0=20=E2=86=92=20v2.54.0=20)=20(#5193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/prometheus/prometheus | minor | `v2.51.0-dedupelabels` -> `v2.54.0-dedupelabels` | --- ### 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: lumiere-bot[bot] <98047013+lumiere-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/kyak/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml b/kubernetes/kyak/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml index 3ed988d85e..73ad6d9497 100644 --- a/kubernetes/kyak/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml +++ b/kubernetes/kyak/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml @@ -125,7 +125,7 @@ spec: image: registry: quay.io repository: prometheus/prometheus - tag: v2.51.0-dedupelabels + tag: v2.54.0-dedupelabels thanos: image: quay.io/thanos/thanos:${THANOS_VERSION} version: "${THANOS_VERSION#v}"