From 2d3833f246364c57868ff7fcb37a65e18dd3cba0 Mon Sep 17 00:00:00 2001 From: oap75 Date: Wed, 7 Feb 2024 13:06:43 +0200 Subject: [PATCH] feat: add application image for snapshots --- charts/rollups-node/values.yaml | 11 ++++++++++- charts/rollups-node/values.yaml.tpl | 13 +++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/charts/rollups-node/values.yaml b/charts/rollups-node/values.yaml index d709321..639208e 100644 --- a/charts/rollups-node/values.yaml +++ b/charts/rollups-node/values.yaml @@ -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: {} diff --git a/charts/rollups-node/values.yaml.tpl b/charts/rollups-node/values.yaml.tpl index 07a696c..b94e457 100644 --- a/charts/rollups-node/values.yaml.tpl +++ b/charts/rollups-node/values.yaml.tpl @@ -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 ## @@ -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: {}