Skip to content

Commit

Permalink
⬇️(project) downgrade Grafana to previous release
Browse files Browse the repository at this point in the history
Grafana 10 will be upgraded later in Potsie as for now, we want to deploy first
the modifications in the dashboards.
  • Loading branch information
quitterie-lcs committed Aug 25, 2023
1 parent 11838f0 commit 3484066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

## Changed

- Upgrade `Grafana` to 10.1.0
- Define `duration` and `title` panel for `Course video details` dashboard
- Define a set of `downloads` panels for `Course video overview` dashboard
- Modify the dashboards layout to a line display, grouping panels by theme
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- ./fixtures/postgresql/marsha.sql:/docker-entrypoint-initdb.d/init.sql

grafana:
image: grafana/grafana:10.1.0
image: grafana/grafana:9.5.3
ports:
- 3000:3000
user: "${DOCKER_USER:-1000}"
Expand Down

0 comments on commit 3484066

Please sign in to comment.