Skip to content

Commit

Permalink
chore(deps): update netdata/netdata docker tag to v2.1.0 (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 88e46dd commit 52039d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/netdata/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "netdata",
"description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.",
"tipi_version": 29,
"version": "2.0.3",
"tipi_version": 30,
"version": "2.1.0",
"categories": ["utilities"],
"short_desc": "Open-source, real-time, performance and health monitoring.",
"author": "netdata",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732300890000
"updated_at": 1734630772000
}
2 changes: 1 addition & 1 deletion apps/netdata/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
netdata:
image: netdata/netdata:v2.0.3
image: netdata/netdata:v2.1.0
container_name: netdata
pid: host
restart: unless-stopped
Expand Down

0 comments on commit 52039d6

Please sign in to comment.