From d4c380b5bb01eb3da91ed1f60763f83f774388b7 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Tue, 24 Dec 2024 16:22:04 -0500 Subject: [PATCH] bump kube-rbac-proxy to 0.18.2 Signed-off-by: drfaust92 --- 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