[#34] Bump FrostFS versions

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
master
Alexey Vanin 2023-05-30 15:49:43 +03:00
parent ee4d5ee6a6
commit dc2a2862d4
2 changed files with 5 additions and 4 deletions

8
.env
View File

@ -12,11 +12,11 @@ NEOGO_VERSION=0.101.1
NEOGO_IMAGE=nspccdev/neo-go
# FrostFS InnerRing nodes
IR_VERSION=eca5c210
IR_VERSION=365a7ca0
IR_IMAGE=truecloudlab/frostfs-ir
# FrostFS Storage nodes
NODE_VERSION=eca5c210
NODE_VERSION=365a7ca0
NODE_IMAGE=truecloudlab/frostfs-storage
# NATS Server
@ -24,7 +24,7 @@ NATS_VERSION=2.7.2
NATS_IMAGE=nats
# HTTP Gate
HTTP_GW_VERSION=6abd500b
HTTP_GW_VERSION=0.27.0-rc.1-15-g1776db28
HTTP_GW_IMAGE=truecloudlab/frostfs-http-gw
# REST Gate
@ -32,7 +32,7 @@ REST_GW_VERSION=c9c85e90
REST_GW_IMAGE=truecloudlab/frostfs-rest-gw
# S3 Gate
S3_GW_VERSION=000d9ed4
S3_GW_VERSION=0.27.0-rc.1-30-gce929468
S3_GW_IMAGE=truecloudlab/frostfs-s3-gw
# FrostFS LOCODE database

View File

@ -21,6 +21,7 @@ services:
command: [ "frostfs-http-gw", "--config", "/etc/frostfs/http/config.yml" ]
environment:
- HTTP_GW_RPC_ENDPOINT=http://morph-chain.${LOCAL_DOMAIN}:30333
- HTTP_GW_TREE_SERVICE=s01.${LOCAL_DOMAIN}:8080
- HTTP_GW_PEERS_0_ADDRESS=s01.${LOCAL_DOMAIN}:8080
- HTTP_GW_PEERS_0_WEIGHT=0.2
- HTTP_GW_PEERS_1_ADDRESS=s02.${LOCAL_DOMAIN}:8080