Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ BASTION_VERSION=10
BASTION_IMAGE=debian

#NEOGO
NEOGO_VERSION=0.119.0
NEOGO_VERSION=0.120.0
NEOGO_IMAGE=nspccdev/neo-go
NEO_GO_PLATFORM=linux-amd64
NEO_GO_URL="https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM}"
#NEO_GO_PATH="`which neo-go`" # or a different non-global path to the neo-go binary on your local machine

# NeoFS InnerRing nodes
IR_VERSION=0.53.0
IR_VERSION=0.54.0
IR_IMAGE=nspccdev/neofs-ir
IR_NUMBER_OF_NODES=1

# NeoFS Storage nodes
NODE_VERSION=0.53.0
NODE_VERSION=0.54.0
NODE_IMAGE=nspccdev/neofs-storage

# REST Gate
Expand All @@ -35,12 +35,12 @@ S3_GW_IMAGE=nspccdev/neofs-s3-gw
#S3_GW_URL=https://github.com/nspcc-dev/neofs-s3-gw/releases/download/v${S3_GW_VERSION}/neofs-s3-gw-${S3_GW_PLATFORM}

# NeoFS CLI binary
NEOFS_CLI_VERSION=v0.52.0
NEOFS_CLI_VERSION=v0.54.0
NEOFS_CLI_URL="https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_CLI_VERSION}/neofs-cli-linux-amd64"
#NEOFS_CLI_PATH="`which neofs-cli`" # or a different non-global path to the neofs-cli binary on your local machine

# NeoFS ADM tool binary
NEOFS_ADM_VERSION=v0.53.0
NEOFS_ADM_VERSION=v0.54.0
NEOFS_ADM_URL="https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-linux-amd64"
#NEOFS_ADM_PATH="`which neofs-adm`" # or a different non-global path to the neofs-adm binary on your local machine

Expand Down
Loading