Skip to content

Commit

Permalink
feat: bump to rollups-node:1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 6, 2023
1 parent 7542c67 commit 6123a0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 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,7 +13,7 @@ maintainers:
url: https://github.com/oap75

type: application
version: 1.0.0
version: 1.0.1-0

dependencies:
- name: redis
Expand Down
7 changes: 1 addition & 6 deletions charts/rollups-node/ci/localnode-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dapp:
network: localhost

cartesi:
rollupsVersion: "1.0.0"
rollupsVersion: "1.0.1"

extraDeploy:
- apiVersion: v1
Expand Down Expand Up @@ -75,11 +75,6 @@ validator:
registry: sunodo
repository: rollups-node
tag: 0.2.0
deployer:
image:
registry: cartesi
repository: rollups-cli
tag: 1.0.0
dispatcher:
extraEnvVarsCM: "{{ .Release.Name }}-dispatcher"
stateServer:
Expand Down
2 changes: 1 addition & 1 deletion charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dapp:
network: sepolia

cartesi:
rollupsVersion: "1.0.0"
rollupsVersion: "1.0.1"

extraDeploy:
- apiVersion: v1
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 @@ -54,7 +54,7 @@ global:
# -- Global Docker image registry
registry: docker.io
# -- Global Docker Image tag
tag: 1.0.0
tag: 1.0.1

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

0 comments on commit 6123a0a

Please sign in to comment.