From cfb4c0d46b359d837018def639fd1931cc975cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Placzy=C5=84ski?= Date: Fri, 19 Apr 2024 06:31:55 +0200 Subject: [PATCH] [#714] Update Cardano DB Sync with fixed configuration files The commit updates the Cardano DB Sync component in the Makefile by changing the image tag from "sancho-4-2-0" to "sancho-4-2-1." This adjustment ensures that the DB Sync is now set to the correct version, addressing any previously encountered issues and guaranteeing the proper functioning of the network on SanchoNet. This was necesary since there was an issue with the previous build with non parsing configuration. --- scripts/govtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/govtool/Makefile b/scripts/govtool/Makefile index 8e05c2272..b2f849b05 100644 --- a/scripts/govtool/Makefile +++ b/scripts/govtool/Makefile @@ -8,7 +8,7 @@ include config.mk # image tags cardano_node_image_tag := 8.10.0-pre -cardano_db_sync_image_tag := sancho-4-2-0 +cardano_db_sync_image_tag := sancho-4-2-1 .PHONY: all all: deploy-stack notify