Skip to content

Commit

Permalink
CI: add application image values
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Feb 7, 2024
1 parent 3b730e3 commit 0c213f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
validator:
application:
image:
repository: cartesi/dapp
tag: echo-python-0.16.0-server
healthCheck:
enabled: true
config:
Expand All @@ -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
Expand Down

0 comments on commit 0c213f4

Please sign in to comment.