Skip to content

Commit

Permalink
feat: add application image for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Feb 7, 2024
1 parent 4847144 commit 2d3833f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion charts/rollups-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,22 @@ ingress:
extraDeploy: []

validator:
# -- Set the dispatcher docker image
# -- Set the validator docker image
image:
registry:
repository: cartesi/rollups-node
tag:
digest:

# -- Set the application docker image
## The image is used to get the snapshot if needed.
application:
image:
registry: ""
repository: ""
tag: ""
digest: ""

# -- Node labels for validator pods assignment
nodeSelector: {}

Expand Down
13 changes: 11 additions & 2 deletions 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.3.0
tag: 1.3.0-rc.1

## seviceAccount configuration to be used by the rollups-validator-node
##
Expand Down Expand Up @@ -64,13 +64,22 @@ ingress:
extraDeploy: []

validator:
# -- Set the dispatcher docker image
# -- Set the validator docker image
image:
registry:
repository: cartesi/rollups-node
tag:
digest:

# -- Set the application docker image
## The image is used to get the snapshot if needed.
application:
image:
registry: ""
repository: ""
tag: ""
digest: ""

# -- Node labels for validator pods assignment
nodeSelector: {}

Expand Down

0 comments on commit 2d3833f

Please sign in to comment.