Skip to content

Commit

Permalink
feat(rollups-node): adapt to rollups-node:1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Aug 19, 2024
1 parent 79cd138 commit f18e1ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/rollups-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
url: https://github.com/oap75

type: application
version: 1.5.0-0
version: 1.5.1-0
2 changes: 1 addition & 1 deletion charts/rollups-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 6 additions & 3 deletions charts/rollups-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/rollups-node/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit f18e1ac

Please sign in to comment.