From f18e1ac11bab2604a1555cfaad7d7a26c1af7a8d Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 19 Aug 2024 08:28:23 -0300 Subject: [PATCH] feat(rollups-node): adapt to rollups-node:1.5.1 --- charts/rollups-node/Chart.yaml | 2 +- charts/rollups-node/README.md | 2 +- charts/rollups-node/values.yaml | 9 ++++++--- charts/rollups-node/values.yaml.tpl | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/rollups-node/Chart.yaml b/charts/rollups-node/Chart.yaml index 0b816b7..71ae8d3 100644 --- a/charts/rollups-node/Chart.yaml +++ b/charts/rollups-node/Chart.yaml @@ -13,4 +13,4 @@ maintainers: url: https://github.com/oap75 type: application -version: 1.5.0-0 +version: 1.5.1-0 diff --git a/charts/rollups-node/README.md b/charts/rollups-node/README.md index b77ad1f..b09b24a 100644 --- a/charts/rollups-node/README.md +++ b/charts/rollups-node/README.md @@ -2,7 +2,7 @@ # Package for Cartesi Rollups Nodes -![Version: 1.5.0-0](https://img.shields.io/badge/Version-1.5.0--0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.5.1-0](https://img.shields.io/badge/Version-1.5.1--0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Refer to the [official documentation](https://docs.cartesi.io/cartesi-rollups/overview/) for more information about Cartesi Rollups. diff --git a/charts/rollups-node/values.yaml b/charts/rollups-node/values.yaml index fa73b3d..05b6502 100644 --- a/charts/rollups-node/values.yaml +++ b/charts/rollups-node/values.yaml @@ -8,7 +8,7 @@ global: # -- Global Docker image registry registry: docker.io # -- Global Docker Image tag - tag: 1.5.0 + tag: 1.5.1 ## seviceAccount configuration to be used by the rollups-validator-node ## @@ -168,7 +168,9 @@ validator: # In host mode, computations will not be performed by the cartesi machine. # You should only use host mode for development and debugging! CARTESI_FEATURE_HOST_MODE: "false" - # -- If set to true, the node will not make claims. + # -- If set to true, the node will not generate any claims. + CARTESI_FEATURE_READER_MODE_ENABLED: "false" + # -- If set to true, the authority-claimer service is disabled. CARTESI_FEATURE_DISABLE_CLAIMER: "false" # -- If set to true, the node will *not* check whether the Cartesi machine hash from # the snapshot matches the hash in the Application contract. @@ -235,7 +237,8 @@ validator: # -- HTTP port for the node. # The node will also use the 20 ports after this one for internal services. CARTESI_HTTP_PORT: "10000" - # -- When enabled, the node does not start the authority-claimer service and the Redis server. + # -- When enabled, the node does not start Redis. + # It must be configured with an external Redis endpoint. CARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_ENABLED: "false" # -- External Redis endpoint for the node when running in the experimental sunodo validator mode. CARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_REDIS_ENDPOINT: "" diff --git a/charts/rollups-node/values.yaml.tpl b/charts/rollups-node/values.yaml.tpl index 0e5c0ec..633cd61 100644 --- a/charts/rollups-node/values.yaml.tpl +++ b/charts/rollups-node/values.yaml.tpl @@ -8,7 +8,7 @@ global: # -- Global Docker image registry registry: docker.io # -- Global Docker Image tag - tag: 1.5.0 + tag: 1.5.1 ## seviceAccount configuration to be used by the rollups-validator-node ##