From 8d541136fba909a7d0f3c5f2b526b75ffeb77ce4 Mon Sep 17 00:00:00 2001 From: Arjun Hemrajani Date: Mon, 29 Jun 2026 23:01:34 +0530 Subject: [PATCH] Add static signoz version. --- signoz/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signoz/install.sh b/signoz/install.sh index 7d4e006..6aa9419 100644 --- a/signoz/install.sh +++ b/signoz/install.sh @@ -34,7 +34,7 @@ if git -C "${SIGNOZ_DIR}" rev-parse 2>/dev/null; then echo "Git repo exists" else rm -rf "${SIGNOZ_DIR}" - git clone -b main https://github.com/SigNoz/signoz.git "${SIGNOZ_DIR}" + git clone -b v0.129.0 https://github.com/SigNoz/signoz.git "${SIGNOZ_DIR}" fi mkdir -p "${STATE_DIR}"