Skip to content

Commit 0b71c43

Browse files
committed
Removes pin of Grafana to version 6.3.6.
Grafana is pinned to version 6.3.6. There is no obvious reason. I removed the pinning and Grafana advanced to 6.7.3. Some of the Grafana user interface had moved around (eg the top level contained a panel for the Grafana blog rather than the list of installed panels) but things like that are to be expected. There were one or two cosmetic changes in some of my dashboards (eg font size changes in bar charts) but the panels all worked out-of-the-box and there was nothing that suggested any need for caution in removing the pinning to 6.3.6.
1 parent 45af02c commit 0b71c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/grafana/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grafana:
22
container_name: grafana
3-
image: grafana/grafana:6.3.6
3+
image: grafana/grafana
44
restart: unless-stopped
55
user: "0"
66
ports:

0 commit comments

Comments
 (0)