From 6af07d8569dbb033bef1d26b75167fe5ef384f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Placzy=C5=84ski?= Date: Thu, 18 Apr 2024 06:27:54 +0200 Subject: [PATCH] [#714] Update Cardano DB Sync to version "sancho-4.2.0" The Cardano infrastructure on SanchoNet required an update to the Cardano DB Sync element. By changing the image tag from "sancho-4.1.0" to "sancho-4.2.0" in the Makefile, the DB sync component was effectively updated to the new version. This modification ensures that the network remains up-to-date and functions properly. --- scripts/govtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/govtool/Makefile b/scripts/govtool/Makefile index 01c8c4e6d..8e05c2272 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.1.0 +cardano_db_sync_image_tag := sancho-4-2-0 .PHONY: all all: deploy-stack notify