From c5ca06370c71ba79d7680fd1d3dbd0f517975a52 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 3 Aug 2022 17:47:58 +0200 Subject: [PATCH] Pin version of grafana-oss container The most recent version of the grafana-oss:latest container seems to be a beta version with some issues, or maybe we need to adapt our deployment. Until we do this, pin the container to the latest known working version. Change-Id: Id50bf3121f3009f36f0f9961cf5211053410a576 --- playbooks/roles/grafana/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/grafana/templates/docker-compose.yaml.j2 b/playbooks/roles/grafana/templates/docker-compose.yaml.j2 index e9b7405f60..742f823e16 100644 --- a/playbooks/roles/grafana/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/grafana/templates/docker-compose.yaml.j2 @@ -5,7 +5,7 @@ version: '2' services: grafana: restart: always - image: docker.io/grafana/grafana-oss:latest + image: docker.io/grafana/grafana-oss:9.0.4 network_mode: host environment: GF_SERVER_DOMAIN: 'grafana.opendev.org'