2
0
mirror of synced 2025-02-03 20:23:42 +00:00

Updates to new codex image

This commit is contained in:
Ben 2024-06-06 10:11:51 +02:00
parent 62b56e198b
commit e53a644718
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
3 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace CodexPlugin
public class ApiChecker
{
// <INSERT-OPENAPI-YAML-HASH>
private const string OpenApiYamlHash = "0F-C8-02-1E-2C-2C-15-F6-91-6A-01-31-11-49-95-06-79-26-25-BF-27-3C-A8-2E-5F-7F-34-FD-C0-57-A0-9A";
private const string OpenApiYamlHash = "27-D0-F6-EB-B9-A6-66-41-AA-EA-19-62-07-AF-47-41-25-5E-75-7E-97-35-CC-E1-C0-75-58-17-2D-87-11-75";
private const string OpenApiFilePath = "/codex/openapi.yaml";
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK";

View File

@ -7,7 +7,7 @@ namespace CodexPlugin
{
public class CodexContainerRecipe : ContainerRecipeFactory
{
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-5e3183a-dist-tests";
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-a518ec6-dist-tests";
public const string ApiPortTag = "codex_api_port";
public const string ListenPortTag = "codex_listen_port";

View File

@ -289,6 +289,7 @@ components:
description: "Root hash of the content"
originalBytes:
type: integer
format: uint64
description: "Length of original content in bytes"
blockSize:
type: integer
@ -303,14 +304,18 @@ components:
totalBlocks:
description: "Number of blocks stored by the node"
type: integer
format: uint64
quotaMaxBytes:
type: integer
format: uint64
description: "Maximum storage space used by the node"
quotaUsedBytes:
type: integer
format: uint64
description: "Amount of storage space currently in use"
quotaReservedBytes:
type: integer
format: uint64
description: "Amount of storage space reserved"
servers: