Skip to content

Commit

Permalink
chore(deps): update henrygd/beszel-agent docker tag to v0.9.1 (#6237)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 369c766 commit 865454a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/beszel-agent/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 45876,
"categories": ["utilities"],
"description": "This is the agent software for the Beszel app.",
"tipi_version": 17,
"version": "0.9.0",
"tipi_version": 18,
"version": "0.9.1",
"source": "https://github.com/henrygd/beszel",
"exposable": false,
"dynamic_config": true,
Expand All @@ -27,5 +27,5 @@
],
"no_gui": true,
"created_at": 1724537201221,
"updated_at": 1734503034000
"updated_at": 1736124838000
}
2 changes: 1 addition & 1 deletion apps/beszel-agent/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "beszel-agent",
"image": "henrygd/beszel-agent:0.9.0",
"image": "henrygd/beszel-agent:0.9.1",
"isMain": true,
"internalPort": 45876,
"networkMode": "host",
Expand Down
2 changes: 1 addition & 1 deletion apps/beszel-agent/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
beszel-agent:
image: henrygd/beszel-agent:0.9.0
image: henrygd/beszel-agent:0.9.1
container_name: beszel-agent
restart: unless-stopped
network_mode: host
Expand Down

0 comments on commit 865454a

Please sign in to comment.