From 18f2654ff14011e671279e8615ebb5e8165753a1 Mon Sep 17 00:00:00 2001 From: Aleksandr Bogomiakov Date: Tue, 1 Sep 2026 22:30:43 +0100 Subject: [PATCH] updated prom 84.3.0 -> 88.6.2, loki 6.29.0 -> 18.11.7, promtail 6.16.6 -> 6.17.1 --- k8s/core/prom-stack/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/core/prom-stack/kustomization.yaml b/k8s/core/prom-stack/kustomization.yaml index 0d6d35c..718a216 100644 --- a/k8s/core/prom-stack/kustomization.yaml +++ b/k8s/core/prom-stack/kustomization.yaml @@ -14,7 +14,7 @@ resources: helmCharts: - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts - version: 84.3.0 + version: 88.6.2 releaseName: prometheus namespace: prometheus valuesFile: prom-values.yaml @@ -22,7 +22,7 @@ helmCharts: - name: loki repo: https://grafana.github.io/helm-charts - version: 6.29.0 + version: 18.11.7 releaseName: loki namespace: prometheus valuesFile: loki-values.yaml @@ -30,7 +30,7 @@ helmCharts: - name: promtail repo: https://grafana.github.io/helm-charts - version: 6.16.6 + version: 6.17.1 releaseName: promtail namespace: prometheus valuesFile: promtail-values.yaml