diff --git a/charts/rollups-node/ci/test-values.yaml.tpl b/charts/rollups-node/ci/test-values.yaml.tpl index 96b34ae..1012fdd 100644 --- a/charts/rollups-node/ci/test-values.yaml.tpl +++ b/charts/rollups-node/ci/test-values.yaml.tpl @@ -1,4 +1,8 @@ validator: + application: + image: + repository: cartesi/dapp + tag: echo-python-0.16.0-server healthCheck: enabled: true config: @@ -22,7 +26,7 @@ validator: CARTESI_FEATURE_DISABLE_MACHINE_HASH_CHECK: "true" CARTESI_SNAPSHOT_DIR: "/usr/share/cartesi/snapshot" initContainers: - - image: "docker.io/cartesi/dapp:echo-python-0.16.0-server" + - image: "{{ .Values.validator.application.image.repository }}:{{ .Values.validator.application.image.tag }}" name: snapshot-provisioner command: - cp