From 94006ea0e07dd2d1e4913f2390697c1fbbacd66d Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:08:19 +0530 Subject: [PATCH] Updated Beszel one click service to 0.15.2 version Updated Beszel and Beszel-Agent images to version 0.15.2. --- templates/compose/beszel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/beszel.yaml b/templates/compose/beszel.yaml index 45b57a91b..153deaf8f 100644 --- a/templates/compose/beszel.yaml +++ b/templates/compose/beszel.yaml @@ -9,14 +9,14 @@ # Add the public Key in "Key" env variable and token in the "Token" variable below (These are obtained from Beszel UI) services: beszel: - image: 'henrygd/beszel:0.12.10' + image: 'henrygd/beszel:0.15.2' # Released on October 30 2025 environment: - SERVICE_URL_BESZEL_8090 volumes: - 'beszel_data:/beszel_data' - 'beszel_socket:/beszel_socket' beszel-agent: - image: 'henrygd/beszel-agent:0.12.10' + image: 'henrygd/beszel-agent:0.15.2' # Released on October 30 2025 volumes: - beszel_agent_data:/var/lib/beszel-agent - beszel_socket:/beszel_socket