chore(deps): update netdata/netdata docker tag to v1.43.2 (#1501)
This commit is contained in:
parent
4766a9452f
commit
6dc29fc2d2
|
@ -5,8 +5,8 @@
|
||||||
"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": 3,
|
"tipi_version": 4,
|
||||||
"version": "1.43.1",
|
"version": "1.43.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"source": "https://github.com/netdata/netdata",
|
"source": "https://github.com/netdata/netdata",
|
||||||
"website": "https://www.netdata.cloud/",
|
"website": "https://www.netdata.cloud/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
netdata:
|
netdata:
|
||||||
image: netdata/netdata:v1.43.1
|
image: netdata/netdata:v1.43.2
|
||||||
container_name: netdata
|
container_name: netdata
|
||||||
pid: host
|
pid: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user