Merge "Temporarily pin Grafana to 10.2.2"

This commit is contained in:
Zuul 2024-01-02 08:02:46 +00:00 committed by Gerrit Code Review
commit f7217bed63

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'