chore(deps): update netdata/netdata docker tag to v1.45.6 (#3670)

This commit is contained in:
renovate[bot] 2024-06-05 17:07:36 +00:00 committed by GitHub
parent 7fd06f085e
commit 0339b2aa00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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": 14, "tipi_version": 15,
"version": "1.45.5", "version": "1.45.6",
"categories": ["utilities"], "categories": ["utilities"],
"short_desc": "Open-source, real-time, performance and health monitoring.", "short_desc": "Open-source, real-time, performance and health monitoring.",
"author": "netdata", "author": "netdata",

View File

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