Skip to content

Commit

Permalink
change image ref for evm snapshot import
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Sep 13, 2024
1 parent a62a88c commit d9b0c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/templates/octez-rollup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
- name: EVM_SNAPSHOT_URL
value: {{ $v.evm.snapshot.url }}
- name: evm-snapshot-importer
image: "{{ $.Values.images.octez }}"
image: "{{ $v.evm.image.name | default $.Values.images.octez }}"
imagePullPolicy: {{ $.Values.tezos_k8s_images_pull_policy }}
command:
- /bin/sh
Expand Down

0 comments on commit d9b0c8a

Please sign in to comment.