Skip to content

Commit

Permalink
fixup! CI: add application image values
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Feb 8, 2024
1 parent 55f388b commit 1fb9422
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/rollups-node/ci/test-values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
validator:
application:
image:
repository: cartesi/dapp
tag: echo-python-0.16.0-server
image: cartesi/dapp:echo-python-0.16.0-server
healthCheck:
enabled: true
config:
Expand All @@ -26,7 +24,8 @@ validator:
CARTESI_FEATURE_DISABLE_MACHINE_HASH_CHECK: "true"
CARTESI_SNAPSHOT_DIR: "/usr/share/cartesi/snapshot"
initContainers:
- name: snapshot-provisioner
- image: "{{ .Values.validator.application.image }}"
name: snapshot-provisioner
command:
- cp
- -rv
Expand Down

0 comments on commit 1fb9422

Please sign in to comment.