Skip to content

Commit

Permalink
env: update to 0.41.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed May 2, 2024
1 parent 23c802c commit f08ddc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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}

# NeoFS InnerRing nodes
IR_VERSION=0.41.0
IR_VERSION=0.41.1
IR_IMAGE=nspccdev/neofs-ir

# NeoFS Storage nodes
NODE_VERSION=0.41.0
NODE_VERSION=0.41.1
NODE_IMAGE=nspccdev/neofs-storage

# REST Gate
Expand All @@ -37,11 +37,11 @@ COREDNS_VERSION=v016
COREDNS_IMAGE=nspccdev/coredns

# NeoFS CLI binary
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.41.0/neofs-cli-linux-amd64
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.41.1/neofs-cli-linux-amd64
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary

# NeoFS ADM tool binary
NEOFS_ADM_VERSION=v0.41.0
NEOFS_ADM_VERSION=v0.41.1
NEOFS_ADM_URL=https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-linux-amd64
#NEOFS_ADM_PATH=/path/to/neofs-adm-binary

Expand Down

0 comments on commit f08ddc5

Please sign in to comment.