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 }