From 33e91493afdd614c6927766b3902ba382ebabf87 Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Wed, 25 Dec 2024 05:22:58 -0500 Subject: [PATCH] [prometheus-node-exporter] bump kube-rbac-proxy to 0.18.2 (#5095) Co-authored-by: MH --- charts/prometheus-node-exporter/Chart.yaml | 2 +- charts/prometheus-node-exporter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-node-exporter/Chart.yaml b/charts/prometheus-node-exporter/Chart.yaml index db637178a2cf..bb736a2c5bbc 100644 --- a/charts/prometheus-node-exporter/Chart.yaml +++ b/charts/prometheus-node-exporter/Chart.yaml @@ -6,7 +6,7 @@ keywords: - prometheus - exporter type: application -version: 4.43.0 +version: 4.43.1 appVersion: 1.8.2 home: https://github.com/prometheus/node_exporter/ sources: diff --git a/charts/prometheus-node-exporter/values.yaml b/charts/prometheus-node-exporter/values.yaml index d962dc552762..c63448699e4f 100644 --- a/charts/prometheus-node-exporter/values.yaml +++ b/charts/prometheus-node-exporter/values.yaml @@ -45,7 +45,7 @@ kubeRBACProxy: image: registry: quay.io repository: brancz/kube-rbac-proxy - tag: v0.18.1 + tag: v0.18.2 sha: "" pullPolicy: IfNotPresent