Compare commits

..

No commits in common. "f9e8d6f515dda9522a5e5414b879a9047ab69979" and "69b893544f8b0bd0c35c7444b64762ee363e8da0" have entirely different histories.

4 changed files with 6 additions and 6 deletions

2
.env
View file

@ -1,3 +1,3 @@
FROSTFS_HUB_IMAGE=truecloudlab/frostfs
AIO_IMAGE=truecloudlab/frostfs-aio
AIO_VERSION=1.2.8
AIO_VERSION=1.2.7

View file

@ -1,8 +1,8 @@
ARG FROSTFS_HUB_IMAGE=truecloudlab/frostfs
ARG NEOGO_HUB_IMAGE=nspccdev/neo-go
ARG FROSTFS_CORE_TAG=0.36.0
ARG FROSTFS_GATES_TAG=0.27.0
ARG FROSTFS_CORE_TAG=0beb7ccf
ARG FROSTFS_GATES_TAG=0.27.0-rc.2
ARG NEOGO_TAG=0.101.1
FROM ${NEOGO_HUB_IMAGE}:${NEOGO_TAG} as neo-go

View file

@ -11,8 +11,8 @@ VERSION ?= "$(shell git describe --tags --match "v*" 2>/dev/null || git rev-pars
NEOGO_HUB_IMAGE ?= "nspccdev/neo-go"
NEOGO_HUB_TAG ?= "0.101.1"
FROSTFS_HUB_IMAGE ?= "truecloudlab/frostfs"
FROSTFS_CORE_TAG ?= "0.36.0"
FROSTFS_GATES_TAG ?= "0.27.0"
FROSTFS_CORE_TAG ?= "0beb7ccf"
FROSTFS_GATES_TAG ?= "0.27.0-rc.2"
AIO_IMAGE ?= "truecloudlab/frostfs-aio"
# Variables for compose

View file

@ -22,7 +22,7 @@ grpc:
0:
endpoint: 0.0.0.0:8080
tls:
enabled: false
enables: false
logger:
level: debug