Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/adapt to rollups node 1.5.1 #95

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading