[#158] Update neofs-node to v0.27.5

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
wallet-connect
Alex Vanin 2022-01-31 16:34:54 +03:00 committed by Alex Vanin
parent 38f04abcc0
commit 07bd61f78e
4 changed files with 6 additions and 6 deletions

6
.env
View File

@ -11,11 +11,11 @@ NEOGO_VERSION=0.98.0
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.14.0/devenv_sidechain.gz"
# NeoFS InnerRing nodes
IR_VERSION=0.27.4
IR_VERSION=0.27.5
IR_IMAGE=nspccdev/neofs-ir
# NeoFS Storage nodes
NODE_VERSION=0.27.4
NODE_VERSION=0.27.5
NODE_IMAGE=nspccdev/neofs-storage
# HTTP Gate
@ -35,5 +35,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.
#LOCODE_DB_PATH=/path/to/locode_db
# NeoFS CLI binary
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.4/neofs-cli-amd64.tar.gz
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.27.5/neofs-cli-amd64.tar.gz
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary

View File

@ -2,5 +2,5 @@
/neofs-cli control healthcheck \
--endpoint "$NEOFS_IR_CONTROL_GRPC_ENDPOINT" \
--binary-key /wallet01.key --ir |
--wallet /wallet01.key --ir |
grep "Health status: READY"

View File

@ -66,7 +66,7 @@ NEOFS_STORAGE_SHARD_NUM=2
## Default config for all shards
### Write cache config
NEOFS_STORAGE_DEFAULT_USE_WRITE_CACHE=false
NEOFS_STORAGE_DEFAULT_WRITECACHE_ENABLED=false
### Metabase config
NEOFS_STORAGE_DEFAULT_METABASE_PERM=0700
### Blobstor config

View File

@ -2,5 +2,5 @@
/neofs-cli control healthcheck \
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \
--binary-key "$NEOFS_NODE_KEY" |
--wallet "$NEOFS_NODE_KEY" |
grep "Health status: READY"