Skip to content

Commit

Permalink
chore(#1809): bump infra to use cardano-db-sync@13.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Aug 26, 2024
1 parent 4d96812 commit 194d37b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ changes.

- Bump @intersect.mbo/pdf-ui to v0.3.7
- Decrease level of wallet related sentry reports [Issue 1699](https://github.com/IntersectMBO/govtool/issues/1699)
- Bump cardano-db-sync to 13.3.0.0 [Issue 1809](https://github.com/IntersectMBO/govtool/issues/1809)

## [sancho-v1.0.13](https://github.com/IntersectMBO/govtool/releases/tag/sancho-v1.0.13) 2024-08-22

Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include config.mk

# image tags
cardano_node_image_tag := 9.0.0-sancho
cardano_db_sync_image_tag := sancho-5.1.0
cardano_db_sync_image_tag := 13.3.0.0

.PHONY: all
all: deploy-stack notify
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/custom-cardano-db-sync.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/intersectmbo/cardano-db-sync:sancho-5.1.0
FROM ghcr.io/intersectmbo/cardano-db-sync:13.3.0.0

COPY custom-cardano-db-sync.entrypoint.sh /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
RUN chmod +x /usr/local/bin/custom-cardano-db-sync.entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
retries: 10

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:sancho-5.1.0
image: ghcr.io/intersectmbo/cardano-db-sync:13.3.0.0
environment:
- NETWORK=sanchonet
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit 194d37b

Please sign in to comment.