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 3b730e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/rollups-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ validator:
tag:
digest:

# -- Set the application docker image configuration.
## 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 3b730e3

Please sign in to comment.