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

Fix/adapt to rollups node 1.4 #91

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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.3.1-0
version: 1.4.0-0
1 change: 1 addition & 0 deletions charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ validator:
CARTESI_FEATURE_READER_MODE: "true"
CARTESI_FEATURE_DISABLE_MACHINE_HASH_CHECK: "true"
CARTESI_SNAPSHOT_DIR: "/usr/share/cartesi/snapshot"
CARTESI_AUTH_KIND: "mnemonic_file"
CARTESI_AUTH_MNEMONIC: "${MNEMONIC}"
initContainers:
- image: "{{ .Values.validator.application.image }}"
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
tag: 1.4.0-rc.1

## seviceAccount configuration to be used by the rollups-validator-node
##
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.4.0
tag: 1.4.0-rc.1

## seviceAccount configuration to be used by the rollups-validator-node
##
Expand Down
Loading