From 7d894eb30f5fc763e9e2e8eb2fd22cb9ff86213e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 1 Jun 2025 16:35:54 +0200 Subject: [PATCH] Fix images --- webtop/config.json | 4 ++-- webtop_kde/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webtop/config.json b/webtop/config.json index 8e33aafad..318d01eed 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -79,7 +79,7 @@ "shm_size": "1gb" }, "host_dbus": true, - "image": "ghcr.io/alexbelgium/webtop_kde-{arch}", + "image": "ghcr.io/alexbelgium/webtop-{arch}", "ingress": true, "init": false, "map": [ @@ -145,6 +145,6 @@ "tmpfs": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls95-3", + "version": "4.16-r0-ls95-4", "video": true } diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 9fc47da6c..bccacd915 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -76,7 +76,7 @@ "TITLE": "Ubuntu KDE webtop", "shm_size": "1gb" }, - "image": "ghcr.io/alexbelgium/webtop-{arch}", + "image": "ghcr.io/alexbelgium/webtop_kde-{arch}", "ingress": true, "init": false, "map": [ @@ -150,6 +150,6 @@ "tmpfs": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls94-5", + "version": "4.16-r0-ls94-6", "video": true }