🔧 Pin the Grafana verion

Pin the grafana version to avoid issues with incompatibilities in
dependend tools, such as grafana-kiosk.
This commit is contained in:
Stefan Haun 2023-04-12 16:08:05 +02:00
parent 4001a16974
commit 090fa3eb22

View file

@ -451,7 +451,7 @@
- name: Ensure container for grafana is running
docker_container:
name: grafana
image: "grafana/grafana"
image: "grafana/grafana:9.4.7"
pull: true
state: started
detach: yes