Skip to content

Commit

Permalink
env: upgrade node to 0.38.0
Browse files Browse the repository at this point in the history
Can't convert storage configuration to peapod now, nspcc-dev/neofs-node#2576

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Sep 13, 2023
1 parent 236878e commit dd9ccc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ NEOGO_IMAGE=nspccdev/neo-go
#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.37.0
IR_VERSION=0.38.0
IR_IMAGE=nspccdev/neofs-ir

# NeoFS Storage nodes
NODE_VERSION=0.37.0
NODE_VERSION=0.38.0
NODE_IMAGE=nspccdev/neofs-storage

# NATS Server
Expand Down Expand Up @@ -56,11 +56,11 @@ 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.37.0/neofs-cli-amd64.tar.gz
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.38.0/neofs-cli-amd64.tar.gz
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary

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

Expand Down
2 changes: 1 addition & 1 deletion services/k6_node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN git clone https://github.com/nspcc-dev/xk6-neofs.git
RUN cd xk6-neofs && xk6 build --with github.com/nspcc-dev/xk6-neofs=.

# Download neofs-cli
RUN wget https://github.com/nspcc-dev/neofs-node/releases/download/v0.37.0/neofs-cli-amd64 -O /usr/local/bin/neofs-cli
RUN wget https://github.com/nspcc-dev/neofs-node/releases/download/v0.38.0/neofs-cli-amd64 -O /usr/local/bin/neofs-cli
RUN chmod +x /usr/local/bin/neofs-cli

0 comments on commit dd9ccc1

Please sign in to comment.