diff --git a/apps/netdata/config.json b/apps/netdata/config.json index 7a6dedb6..180289d2 100644 --- a/apps/netdata/config.json +++ b/apps/netdata/config.json @@ -1,16 +1,18 @@ { - "name": "Netdata", - "available": true, - "port": 19999, - "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": 1, - "version": "v1.42.4", - "categories": ["utilities"], - "short_desc": "Open-source, real-time, performance and health monitoring.", - "author": "netdata", - "source": "https://github.com/netdata/netdata", - "website": "https://www.netdata.cloud/", - "form_fields": [] - } \ No newline at end of file + "name": "Netdata", + "available": true, + "port": 19999, + "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": 2, + "version": "1.43.0", + "categories": [ + "utilities" + ], + "short_desc": "Open-source, real-time, performance and health monitoring.", + "author": "netdata", + "source": "https://github.com/netdata/netdata", + "website": "https://www.netdata.cloud/", + "form_fields": [] +} diff --git a/apps/netdata/docker-compose.yml b/apps/netdata/docker-compose.yml index 32f01ca7..c0ea0e63 100644 --- a/apps/netdata/docker-compose.yml +++ b/apps/netdata/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: netdata: - image: netdata/netdata:v1.42.4 + image: netdata/netdata:v1.43.0 container_name: netdata pid: host restart: unless-stopped