From 0c92c17ea557e9ae81bab5d37010316f06b8bbad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:19:25 +0200 Subject: [PATCH] Update config.json --- addons_updater/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index e7357bad5..e6c9cc6f8 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -11,6 +11,7 @@ "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" }, "image": "ghcr.io/alexbelgium/addons_updater-{arch}", + "init": false, "name": "Repository Updater", "options": { "gitpass": "gitpassword", @@ -28,5 +29,5 @@ "slug": "updater", "startup": "once", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "3.8.10" + "version": "3.8.11" }