From 52b7e69470c9d05a4ada5da30db0564456094908 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Thu, 12 Oct 2023 12:55:39 -0400 Subject: [PATCH] Upgrade promtail for monitoring/loki Fixes an outstanding bug in their goroutine handling --- loki/helm/loki/Chart.yaml | 2 +- loki/helm/loki/values.yaml | 2 +- monitoring/helm/monitoring/Chart.yaml | 2 +- monitoring/helm/monitoring/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/loki/helm/loki/Chart.yaml b/loki/helm/loki/Chart.yaml index f7b961ebe..fac188884 100644 --- a/loki/helm/loki/Chart.yaml +++ b/loki/helm/loki/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: loki description: helm chart for loki type: application -version: 0.1.18 +version: 0.1.19 appVersion: "v2.6.1" dependencies: - name: loki-distributed diff --git a/loki/helm/loki/values.yaml b/loki/helm/loki/values.yaml index 84c53bf7f..c7dd396a1 100644 --- a/loki/helm/loki/values.yaml +++ b/loki/helm/loki/values.yaml @@ -253,7 +253,7 @@ promtail: image: registry: dkr.plural.sh repository: loki/grafana/promtail - tag: 2.6.1 + tag: 2.9.1 podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "3101" diff --git a/monitoring/helm/monitoring/Chart.yaml b/monitoring/helm/monitoring/Chart.yaml index ebac1903a..ccd1997d8 100644 --- a/monitoring/helm/monitoring/Chart.yaml +++ b/monitoring/helm/monitoring/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: monitoring description: A Helm chart for Kubernetes type: application -version: 0.2.28 +version: 0.2.29 appVersion: "0.1.0" dependencies: - name: kube-prometheus-stack diff --git a/monitoring/helm/monitoring/values.yaml b/monitoring/helm/monitoring/values.yaml index e2f9475e8..9dc42c154 100644 --- a/monitoring/helm/monitoring/values.yaml +++ b/monitoring/helm/monitoring/values.yaml @@ -19,7 +19,7 @@ promtail: image: registry: dkr.plural.sh repository: monitoring/grafana/promtail - tag: 2.4.2 + tag: 2.9.1 podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "3101"