Skip to content

Commit

Permalink
chore: bump tags of network node and mirror node (#764)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev authored Sep 5, 2024
1 parent 4c4df92 commit 189d60a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ NETWORK_NODE_IMAGE_PREFIX=gcr.io/hedera-registry/
NETWORK_NODE_IMAGE_NAME=consensus-node

#### Image Tags/Hashes ####
NETWORK_NODE_IMAGE_TAG=0.53.2
HAVEGED_IMAGE_TAG=0.53.2
NETWORK_NODE_IMAGE_TAG=0.54.0-alpha.2
HAVEGED_IMAGE_TAG=0.54.0-alpha.2

#### Java Process Settings ####
PLATFORM_JAVA_HEAP_MIN=256m
Expand All @@ -29,7 +29,7 @@ PYTHON_VERSION=python3.7

#### MirrorNode Prefixes & Tags ####
MIRROR_IMAGE_PREFIX=gcr.io/mirrornode/
MIRROR_IMAGE_TAG=0.111.0-rc1
MIRROR_IMAGE_TAG=0.112.1

#### MirrorNode settings ####
MIRROR_POSTGRES_IMAGE=ghcr.io/mhga24/postgres:latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.29.3",
"version": "2.29.4",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/configuration/local.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.53.2"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.53.2"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.111.0-rc1"},
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.54.0-alpha.2"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.54.0-alpha.2"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.112.1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.54.4"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
],
Expand Down

0 comments on commit 189d60a

Please sign in to comment.