From f09fe07250457e9439f62d88daa21de2b6c6324c Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Mon, 11 Nov 2024 23:20:34 +0200 Subject: [PATCH] [prometheus] bump deps and prometheus to 2.55.1 (#4984) * bump to 2.55.1 Signed-off-by: drfaust92 * bump deps Signed-off-by: drfaust92 * Update Chart.yaml Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Ilia Lazebnik --------- Signed-off-by: drfaust92 Signed-off-by: Ilia Lazebnik Co-authored-by: MH Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> --- charts/prometheus/Chart.lock | 10 +++++----- charts/prometheus/Chart.yaml | 8 ++++---- charts/prometheus/values.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/prometheus/Chart.lock b/charts/prometheus/Chart.lock index 2d007379d767..65366dfad14c 100644 --- a/charts/prometheus/Chart.lock +++ b/charts/prometheus/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: alertmanager repository: https://prometheus-community.github.io/helm-charts - version: 1.13.0 + version: 1.13.1 - name: kube-state-metrics repository: https://prometheus-community.github.io/helm-charts - version: 5.26.0 + version: 5.27.0 - name: prometheus-node-exporter repository: https://prometheus-community.github.io/helm-charts - version: 4.40.0 + version: 4.42.0 - name: prometheus-pushgateway repository: https://prometheus-community.github.io/helm-charts version: 2.15.0 -digest: sha256:2095016d1bf4ca23cec05d698bda004de544d2d5981829685c37a71ef650c017 -generated: "2024-10-25T11:03:11.538611-04:00" +digest: sha256:860638cfcd7d346d50c7a377403e80730d2e5e9d625052324385ed165c0f850b +generated: "2024-11-09T17:32:43.009497-05:00" diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 1ec8c3d4b69a..c6c6f131e253 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prometheus -appVersion: v2.55.0 -version: 25.29.0 +appVersion: v2.55.1 +version: 25.30.0 kubeVersion: ">=1.19.0-0" description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ @@ -30,11 +30,11 @@ dependencies: repository: https://prometheus-community.github.io/helm-charts condition: alertmanager.enabled - name: kube-state-metrics - version: "5.26.*" + version: "5.27.*" repository: https://prometheus-community.github.io/helm-charts condition: kube-state-metrics.enabled - name: prometheus-node-exporter - version: "4.40.*" + version: "4.42.*" repository: https://prometheus-community.github.io/helm-charts condition: prometheus-node-exporter.enabled - name: prometheus-pushgateway diff --git a/charts/prometheus/values.yaml b/charts/prometheus/values.yaml index eab9a541121f..106db6d348d6 100644 --- a/charts/prometheus/values.yaml +++ b/charts/prometheus/values.yaml @@ -60,7 +60,7 @@ configmapReload: ## image: repository: quay.io/prometheus-operator/prometheus-config-reloader - tag: v0.77.2 + tag: v0.78.1 # When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value). digest: "" pullPolicy: IfNotPresent