From 1fa83c2b1c41773d241bc341cd4fac44323c3fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:05:40 +0000 Subject: [PATCH] chore(deps): update grafana/grafana docker tag to v11.2.0 --- infrastructures/prometheus/env/k3s-cluster/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/prometheus/env/k3s-cluster/deployment.yaml b/infrastructures/prometheus/env/k3s-cluster/deployment.yaml index fb85787..b44f160 100644 --- a/infrastructures/prometheus/env/k3s-cluster/deployment.yaml +++ b/infrastructures/prometheus/env/k3s-cluster/deployment.yaml @@ -42,7 +42,7 @@ spec: - name: prometheus-storage-volume mountPath: /prometheus/ - name: grafana - image: grafana/grafana:11.1.4 + image: grafana/grafana:11.2.0 ports: - containerPort: 3000 volumeMounts: