Skip to content

Commit

Permalink
[#1035] Bump cardano-node and cardano dbsync
Browse files Browse the repository at this point in the history
Updated the Makefile and docker-compose file to bump the cardano-node
and cardano dbsync versions to 8.11.0-sancho and sancho-4-3-0-docker
respectively. These changes align with the user story's requirement to
bump cardano-node to version 8.11.0 and to ensure the infrastructure
configuration is updated accordingly.
  • Loading branch information
placek committed May 21, 2024
1 parent 495dda7 commit f9456bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 8.10.0-pre
cardano_db_sync_image_tag := sancho-4-2-1
cardano_node_image_tag := 8.11.0-sancho
cardano_db_sync_image_tag := sancho-4-3-0-docker

.PHONY: all
all: deploy-stack notify
Expand Down
4 changes: 2 additions & 2 deletions scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
image: ghcr.io/intersectmbo/cardano-node:8.11.0-sancho
environment:
- NETWORK=sanchonet
volumes:
Expand All @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-2-1
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-4-3-0-docker
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit f9456bc

Please sign in to comment.