chore(deps): update netdata/netdata docker tag to v1.43.0 (#1417)

This commit is contained in:
renovate[bot] 2023-10-21 04:37:03 +00:00 committed by GitHub
parent bf949b8910
commit 1afdeeda2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 16 deletions

View File

@ -1,16 +1,18 @@
{ {
"name": "Netdata", "name": "Netdata",
"available": true, "available": true,
"port": 19999, "port": 19999,
"exposable": true, "exposable": true,
"id": "netdata", "id": "netdata",
"description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.", "description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.",
"tipi_version": 1, "tipi_version": 2,
"version": "v1.42.4", "version": "1.43.0",
"categories": ["utilities"], "categories": [
"short_desc": "Open-source, real-time, performance and health monitoring.", "utilities"
"author": "netdata", ],
"source": "https://github.com/netdata/netdata", "short_desc": "Open-source, real-time, performance and health monitoring.",
"website": "https://www.netdata.cloud/", "author": "netdata",
"form_fields": [] "source": "https://github.com/netdata/netdata",
} "website": "https://www.netdata.cloud/",
"form_fields": []
}

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
netdata: netdata:
image: netdata/netdata:v1.42.4 image: netdata/netdata:v1.43.0
container_name: netdata container_name: netdata
pid: host pid: host
restart: unless-stopped restart: unless-stopped