Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dms.dnp.dappnode.eth",
"version": "2.0.3",
"version": "2.0.4",
"description": "This package privately and locally collects and displays metrics related to your dappnode and its packages. Based on Grafana and Prometheus.",
"shortDescription": "DAppNode Monitoring Service",
"type": "service",
Expand All @@ -12,22 +12,22 @@
},
{
"repo": "google/cadvisor",
"version": "0.55.0",
"version": "v0.56.1",
"arg": "UPSTREAM_VERSION_CADVISOR"
},
{
"repo": "prometheus/prometheus",
"version": "v3.8.1",
"version": "v3.9.1",
"arg": "UPSTREAM_VERSION_PROMETHEUS"
},
{
"repo": "grafana/grafana",
"version": "12.3.1",
"version": "v12.3.1",
"arg": "UPSTREAM_VERSION_GRAFANA"
},
{
"repo": "grafana/loki",
"version": "3.6.3",
"version": "v3.6.3",
"arg": "UPSTREAM_VERSION_LOKI"
}
],
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: grafana
args:
UPSTREAM_VERSION_GRAFANA: 12.3.1
UPSTREAM_VERSION_GRAFANA: v12.3.1
image: grafana.dms.dnp.dappnode.eth:1.0.1
restart: always
volumes:
Expand All @@ -22,7 +22,7 @@ services:
build:
context: prometheus
args:
UPSTREAM_VERSION_PROMETHEUS: v3.8.1
UPSTREAM_VERSION_PROMETHEUS: v3.9.1
image: prometheus.dms.dnp.dappnode.eth:1.0.1
restart: always
volumes:
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
build:
context: cadvisor
args:
UPSTREAM_VERSION_CADVISOR: 0.55.0
UPSTREAM_VERSION_CADVISOR: v0.56.1
restart: always
volumes:
- /:/rootfs:ro
Expand All @@ -75,7 +75,7 @@ services:
build:
context: loki
args:
UPSTREAM_VERSION_LOKI: 3.6.3
UPSTREAM_VERSION_LOKI: v3.6.3
command: "-config.file=/etc/loki/local-config.yaml"
restart: always
image: loki.dms.dnp.dappnode.eth:1.0.1
Expand Down