Temporarily pin Grafana to 10.2.2

Switch from the "latest" grafana-oss image to 10.2.2 for now due to
provider-specific Nodepool dashboards coming up "no data" after
upgrading. We can revert this once the cause has been addressed.

Change-Id: Ic13b12212e6063231de5f993fe01ca9e641555f7
This commit is contained in:
Jeremy Stanley 2023-12-20 20:56:06 +00:00
parent 88893cad0b
commit 5921ce487b
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ version: '2'
services:
grafana:
restart: always
image: docker.io/grafana/grafana-oss:latest
# Temporarily pin to 10.2.2 instead of latest due to selector errors
image: docker.io/grafana/grafana-oss:10.2.2
network_mode: host
environment:
GF_SERVER_DOMAIN: 'grafana.opendev.org'