From 017825f8523fa095871ac1cf49bde75b64b32433 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 4 May 2024 02:33:58 +0300 Subject: [PATCH 1/2] bump prom deps Signed-off-by: drfaust92 --- charts/prometheus/Chart.lock | 8 ++++---- charts/prometheus/Chart.yaml | 6 +++--- charts/prometheus/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/prometheus/Chart.lock b/charts/prometheus/Chart.lock index 4cf43ed7a603..6fdaeb22f077 100644 --- a/charts/prometheus/Chart.lock +++ b/charts/prometheus/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 1.10.0 - name: kube-state-metrics repository: https://prometheus-community.github.io/helm-charts - version: 5.18.1 + version: 5.19.0 - name: prometheus-node-exporter repository: https://prometheus-community.github.io/helm-charts - version: 4.32.0 + version: 4.33.0 - name: prometheus-pushgateway repository: https://prometheus-community.github.io/helm-charts version: 2.12.0 -digest: sha256:c872c94f0e911285f56bbf5e2881bbc3315ef28f844ec4b774b11d5bc2f96453 -generated: "2024-04-20T09:26:23.517241+03:00" +digest: sha256:7eb369d369b0a09dce0d56c58dde9119651d1e0b1421249fa8abf5c3b0c81c04 +generated: "2024-05-04T02:32:07.929606+03:00" diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index ea0852819951..caae0b4d514b 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prometheus appVersion: v2.51.2 -version: 25.20.1 +version: 25.21.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.18.*" + version: "5.19.*" repository: https://prometheus-community.github.io/helm-charts condition: kube-state-metrics.enabled - name: prometheus-node-exporter - version: "4.32.*" + version: "4.33.*" 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 4a0fc82ce5ab..1536da4a08c6 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.72.0 + tag: v0.73.2 # When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value). digest: "" pullPolicy: IfNotPresent From 80be94a8ee9ee0f3c199edb6827a4dc7a5df1663 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Thu, 9 May 2024 20:41:32 +0300 Subject: [PATCH 2/2] bump prom deps Signed-off-by: drfaust92 --- charts/prometheus/Chart.lock | 8 ++++---- charts/prometheus/Chart.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/prometheus/Chart.lock b/charts/prometheus/Chart.lock index 6fdaeb22f077..b84ea9335fe2 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.10.0 + version: 1.11.0 - name: kube-state-metrics repository: https://prometheus-community.github.io/helm-charts version: 5.19.0 - name: prometheus-node-exporter repository: https://prometheus-community.github.io/helm-charts - version: 4.33.0 + version: 4.34.0 - name: prometheus-pushgateway repository: https://prometheus-community.github.io/helm-charts version: 2.12.0 -digest: sha256:7eb369d369b0a09dce0d56c58dde9119651d1e0b1421249fa8abf5c3b0c81c04 -generated: "2024-05-04T02:32:07.929606+03:00" +digest: sha256:e9229fb5c653738af22b1742a0e71491123c280f540971363ab0e63cad78a3b1 +generated: "2024-05-09T20:41:01.941282+03:00" diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index caae0b4d514b..2fba6d39c36b 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: prometheus -appVersion: v2.51.2 +appVersion: v2.52.0 version: 25.21.0 kubeVersion: ">=1.19.0-0" description: Prometheus is a monitoring system and time series database. @@ -26,7 +26,7 @@ maintainers: type: application dependencies: - name: alertmanager - version: "1.10.*" + version: "1.11.*" repository: https://prometheus-community.github.io/helm-charts condition: alertmanager.enabled - name: kube-state-metrics @@ -34,7 +34,7 @@ dependencies: repository: https://prometheus-community.github.io/helm-charts condition: kube-state-metrics.enabled - name: prometheus-node-exporter - version: "4.33.*" + version: "4.34.*" repository: https://prometheus-community.github.io/helm-charts condition: prometheus-node-exporter.enabled - name: prometheus-pushgateway