[#128] Update neofs-node to v0.24.0
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
a517937074
commit
a6f9e280b9
2 changed files with 4 additions and 4 deletions
6
.env
6
.env
|
@ -11,11 +11,11 @@ NEOGO_VERSION=0.97.2
|
||||||
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.10.1/devenv_sidechain.gz"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.10.1/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.23.1
|
IR_VERSION=0.24.0
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.23.1
|
NODE_VERSION=0.24.0
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# HTTP Gate
|
# HTTP Gate
|
||||||
|
@ -31,5 +31,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.
|
||||||
#LOCODE_DB_PATH=/path/to/locode_db
|
#LOCODE_DB_PATH=/path/to/locode_db
|
||||||
|
|
||||||
# NeoFS CLI binary
|
# NeoFS CLI binary
|
||||||
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.23.1/neofs-cli-amd64.tar.gz
|
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.24.0/neofs-cli-amd64.tar.gz
|
||||||
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
||||||
|
|
|
@ -57,7 +57,7 @@ NEOFS_CONTRACTS_NETMAP=6b5a4b75ed4540d14420a7c3264bb936cb78a2d4
|
||||||
NEOFS_CONTRACTS_REPUTATION=53fd67b63e405e102f8cbf1756726f773c8c2424
|
NEOFS_CONTRACTS_REPUTATION=53fd67b63e405e102f8cbf1756726f773c8c2424
|
||||||
|
|
||||||
# Common storage node attribute
|
# Common storage node attribute
|
||||||
NEOFS_NODE_ATTRIBUTE_0=User-Agent:NeoFS\/0.23
|
NEOFS_NODE_ATTRIBUTE_0=User-Agent:NeoFS\/0.24
|
||||||
|
|
||||||
# Object section
|
# Object section
|
||||||
## Worker pool capacity of API Object.Put client calls
|
## Worker pool capacity of API Object.Put client calls
|
||||||
|
|
Loading…
Reference in a new issue