Skip to content

Commit

Permalink
chore(deps): update gladysassistant/gladys docker tag to v4.52.0 (#6597)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent afa7dd8 commit d15a074
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/gladys/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": false,
"dynamic_config": true,
"id": "gladys",
"tipi_version": 50,
"version": "4.51.0",
"tipi_version": 51,
"version": "4.52.0",
"categories": ["automation"],
"description": "A privacy-first, open-source home assistant",
"short_desc": "A privacy-first, open-source home assistant",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1738177445599
"updated_at": 1738400448000
}
2 changes: 1 addition & 1 deletion apps/gladys/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "gladys",
"image": "gladysassistant/gladys:v4.51.0",
"image": "gladysassistant/gladys:v4.52.0",
"isMain": true,
"networkMode": "host",
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/gladys/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
gladys:
container_name: gladys
image: gladysassistant/gladys:v4.51.0
image: gladysassistant/gladys:v4.52.0
privileged: true
restart: on-failure
stop_grace_period: 1m
Expand Down

0 comments on commit d15a074

Please sign in to comment.