Skip to content

Commit

Permalink
chore(deps): update nicolargo/glances docker tag to v4.3.0.6 (#6175)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent a361509 commit 9e57177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/glances/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": false,
"id": "glances",
"tipi_version": 6,
"version": "4.3.0.5-full",
"tipi_version": 7,
"version": "4.3.0.6-full",
"categories": ["utilities"],
"description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
"short_desc": "An eye on your system",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1735395546000
"updated_at": 1735571040000
}
2 changes: 1 addition & 1 deletion apps/glances/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
pid: host
image: nicolargo/glances:4.3.0.5-full
image: nicolargo/glances:4.3.0.6-full
networks:
- tipi_main_network
labels:
Expand Down

0 comments on commit 9e57177

Please sign in to comment.