Update components to the latest versions
Some checks failed
DCO action / DCO (pull_request) Failing after 24s
Some checks failed
DCO action / DCO (pull_request) Failing after 24s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
e2b2e11c1b
commit
1097dbaa68
3 changed files with 14 additions and 8 deletions
16
.env
16
.env
|
@ -12,20 +12,20 @@ NEOGO_VERSION=0.106.3
|
|||
NEOGO_IMAGE=nspccdev/neo-go
|
||||
|
||||
# FrostFS InnerRing nodes
|
||||
IR_VERSION=0.44.4
|
||||
IR_VERSION=0.45.0-rc.3
|
||||
IR_IMAGE=git.frostfs.info/truecloudlab/frostfs-ir
|
||||
|
||||
# FrostFS Storage nodes
|
||||
NODE_VERSION=0.44.4
|
||||
NODE_VERSION=0.45.0-rc.3
|
||||
NODE_IMAGE=git.frostfs.info/truecloudlab/frostfs-storage
|
||||
|
||||
# HTTP Gate
|
||||
HTTP_GW_VERSION=0.32.0
|
||||
HTTP_GW_IMAGE=truecloudlab/frostfs-http-gw
|
||||
HTTP_GW_VERSION=0.33.0-rc.2
|
||||
HTTP_GW_IMAGE=git.frostfs.info/truecloudlab/frostfs-http-gw
|
||||
|
||||
# S3 Gate
|
||||
S3_GW_VERSION=0.32.0
|
||||
S3_GW_IMAGE=truecloudlab/frostfs-s3-gw
|
||||
S3_GW_VERSION=0.33.0-rc.2
|
||||
S3_GW_IMAGE=git.frostfs.info/truecloudlab/frostfs-s3-gw
|
||||
|
||||
# Lifecycler
|
||||
S3_LIFECYCLER_VERSION=0.1.3
|
||||
|
@ -36,12 +36,12 @@ LOCODE_DB_URL=https://git.frostfs.info/attachments/a2e8def7-52b6-49f1-89cd-a0567
|
|||
#LOCODE_DB_PATH=/path/to/locode_db
|
||||
|
||||
# FrostFS CLI binary
|
||||
FROSTFS_CLI_VERSION=0.44.4
|
||||
FROSTFS_CLI_VERSION=0.45.0-rc.3
|
||||
FROSTFS_CLI_IMAGE=git.frostfs.info/truecloudlab/frostfs-cli
|
||||
#FROSTFS_CLI_PATH=/path/to/frostfs-cli-binary
|
||||
|
||||
# FrostFS ADM tool binary
|
||||
FROSTFS_ADM_VERSION=0.44.4
|
||||
FROSTFS_ADM_VERSION=0.45.0-rc.3
|
||||
FROSTFS_ADM_IMAGE=git.frostfs.info/truecloudlab/frostfs-adm
|
||||
#FROSTFS_ADM_PATH=/path/to/frostfs-adm-binary
|
||||
|
||||
|
|
|
@ -22,3 +22,6 @@ server:
|
|||
wallet:
|
||||
path: /wallet.json # Path to wallet
|
||||
passphrase: one # Passphrase to decrypt wallet
|
||||
|
||||
containers:
|
||||
cors: cors.container
|
||||
|
|
|
@ -47,3 +47,6 @@ frostfsid:
|
|||
|
||||
policy:
|
||||
enabled: false
|
||||
|
||||
containers:
|
||||
cors: cors.container
|
||||
|
|
Loading…
Add table
Reference in a new issue