From c70e0933c7731a616a879f3e68915b59afa41419 Mon Sep 17 00:00:00 2001 From: Eslam-Nawara Date: Tue, 11 Jun 2024 12:52:07 +0300 Subject: [PATCH] update zdb flist --- pkg/primitives/zdb/zdb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/primitives/zdb/zdb.go b/pkg/primitives/zdb/zdb.go index 4c27d78cb..d7bdff41a 100644 --- a/pkg/primitives/zdb/zdb.go +++ b/pkg/primitives/zdb/zdb.go @@ -28,7 +28,7 @@ import ( const ( // https://hub.grid.tf/api/flist/tf-autobuilder/threefoldtech-0-db-development.flist/light // To get the latest symlink pointer - zdbFlistURL = "https://hub.grid.tf/tf-autobuilder/threefoldtech-0-db-release-development-v2-b199b3b1c0.flist" + zdbFlistURL = "https://hub.grid.tf/tf-autobuilder/threefoldtech-0-db-release-v2.0.8-55737c9202.flist" zdbContainerNS = "zdb" zdbContainerDataMnt = "/zdb" zdbPort = 9900