From 2f24412251a36f100de520625aa70d1df27fcfc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:03:01 +0000 Subject: [PATCH] chore(deps): update grafana/grafana docker tag to v11.1.4 --- 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 d916ad9..fb85787 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.3 + image: grafana/grafana:11.1.4 ports: - containerPort: 3000 volumeMounts: