From 462cb9189d847ebc75023b4d566684c42c7215ae Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 24 Nov 2025 11:39:51 +0000 Subject: [PATCH] Update k8s/core/prom-stack/kustomization.yaml --- k8s/core/prom-stack/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/core/prom-stack/kustomization.yaml b/k8s/core/prom-stack/kustomization.yaml index fc8218b..87742f7 100644 --- a/k8s/core/prom-stack/kustomization.yaml +++ b/k8s/core/prom-stack/kustomization.yaml @@ -9,7 +9,7 @@ resources: helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts - version: 70.4.2 + version: 79.7.1 releaseName: prometheus namespace: prometheus valuesFile: prom-values.yaml @@ -17,7 +17,7 @@ helmCharts: - name: grafana repo: https://grafana.github.io/helm-charts - version: 8.11.4 + version: 10.2.0 releaseName: grafana namespace: prometheus valuesFile: grafana-values.yaml