Skip to content

Commit

Permalink
feat(Dependencies): Update grafana/grafana Docker tag to v9.5.14
Browse files Browse the repository at this point in the history
| datasource | package         | from  | to     |
| ---------- | --------------- | ----- | ------ |
| docker     | grafana/grafana | 9.5.2 | 9.5.14 |
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 2af3b6f commit aa90694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
PROMSCALE_DB_URI: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=allow

portal_grafana:
image: "grafana/grafana:9.5.2"
image: "grafana/grafana:9.5.14"
container_name: portal_grafana
depends_on:
- portal_prometheus
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
environment:
- PORTAL_AUTH_TOKEN
site_grafana:
image: "grafana/grafana:9.5.2"
image: "grafana/grafana:9.5.14"
# use self build Dockerfile as alternative
# build: prod/grafana
container_name: project_usage_grafana
Expand Down
2 changes: 1 addition & 1 deletion shared/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.5.2
FROM grafana/grafana:9.5.14
COPY provisioning/* /etc/grafana/provisioning/

EXPOSE 3000
Expand Down

0 comments on commit aa90694

Please sign in to comment.