chore(deps): update gladysassistant/gladys docker tag to v4.42.0 (#3556)

This commit is contained in:
renovate[bot] 2024-05-23 14:21:45 +00:00 committed by GitHub
parent f6ea0c121c
commit b9a5179144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,19 +5,14 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "gladys", "id": "gladys",
"tipi_version": 35, "tipi_version": 36,
"version": "4.41.0", "version": "4.42.0",
"categories": [ "categories": ["automation"],
"automation"
],
"description": "A privacy-first, open-source home assistant", "description": "A privacy-first, open-source home assistant",
"short_desc": "A privacy-first, open-source home assistant", "short_desc": "A privacy-first, open-source home assistant",
"author": "Gladys Assistant", "author": "Gladys Assistant",
"source": "https://github.com/gladysassistant/gladys", "source": "https://github.com/gladysassistant/gladys",
"website": "https://gladysassistant.com/", "website": "https://gladysassistant.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
gladys: gladys:
container_name: gladys container_name: gladys
image: gladysassistant/gladys:v4.41.0 image: gladysassistant/gladys:v4.42.0
privileged: true privileged: true
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m