From 37832f9c9da0320636eb877c7c3ccdd14f1ba6a9 Mon Sep 17 00:00:00 2001 From: Rohow Date: Mon, 18 Aug 2025 23:06:39 +0800 Subject: [PATCH] feat(helm): downgrade kube-prometheus-stack version to 75.18.1 --- apps/infra/monitor/prometheus/helmchart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/monitor/prometheus/helmchart.yaml b/apps/infra/monitor/prometheus/helmchart.yaml index 619d7f7..05b8f62 100644 --- a/apps/infra/monitor/prometheus/helmchart.yaml +++ b/apps/infra/monitor/prometheus/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetNamespace: infra-monitor - version: 76.4.0 + version: 75.18.1 valuesContent: |- kubeControllerManager: enabled: false