Add static signoz version.

This commit is contained in:
2026-06-29 23:01:34 +05:30
parent 8a24eb58eb
commit 8d541136fb

View File

@@ -34,7 +34,7 @@ if git -C "${SIGNOZ_DIR}" rev-parse 2>/dev/null; then
echo "Git repo exists" echo "Git repo exists"
else else
rm -rf "${SIGNOZ_DIR}" 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 fi
mkdir -p "${STATE_DIR}" mkdir -p "${STATE_DIR}"