From a9514f525d2782447997cf6ce8d792d420f44ebe Mon Sep 17 00:00:00 2001 From: rohow Date: Tue, 19 Aug 2025 18:45:52 +0800 Subject: [PATCH] feat(helmchart): downgrade kube-prometheus-stack version to 75.13.0 --- 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 05b8f62..944d85a 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: 75.18.1 + version: 75.13.0 valuesContent: |- kubeControllerManager: enabled: false