From 3ca78eef817b6bb29a88452c7cfd369018eae79c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Jul 2023 18:02:14 +0000 Subject: [PATCH] Update grafana/promtail Docker tag to v2.8.3 --- manifests/monitoring-civo/promtail.yaml | 2 +- manifests/monitoring/promtail.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/monitoring-civo/promtail.yaml b/manifests/monitoring-civo/promtail.yaml index c3dbe9c..d34c1cb 100644 --- a/manifests/monitoring-civo/promtail.yaml +++ b/manifests/monitoring-civo/promtail.yaml @@ -236,7 +236,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.8.2" + image: "grafana/promtail:2.8.3" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 8996a81..585a0b2 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -215,7 +215,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.8.2" + image: "grafana/promtail:2.8.3" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" -- 2.45.2