From 4f268fe59a61cc9db0925d27623e42601c2da0c8 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:43:24 +0100 Subject: [PATCH] version configurable --- taiko-hekla.yml | 5 ++--- taiko.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/taiko-hekla.yml b/taiko-hekla.yml index f8ffe171..99af53b6 100644 --- a/taiko-hekla.yml +++ b/taiko-hekla.yml @@ -1,6 +1,6 @@ services: taiko-hekla: - image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0 + image: us-docker.pkg.dev/evmchain/images/taiko-geth:${TAIKO_HEKLA_GETH_VERSION:-v1.12.0} restart: unless-stopped #pull_policy: always stop_grace_period: 3m @@ -49,8 +49,7 @@ services: - chains taiko-hekla-client-driver: - image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v0.43.2 - #pull_policy: always + image: us-docker.pkg.dev/evmchain/images/taiko-client:${TAIKO_HEKLA_CLIENT_VERSION:-taiko-alethia-client-v0.43.2} restart: unless-stopped depends_on: - taiko-hekla diff --git a/taiko.yml b/taiko.yml index 9cdffdb0..690c59e5 100644 --- a/taiko.yml +++ b/taiko.yml @@ -1,6 +1,6 @@ services: taiko: - image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0 + image: us-docker.pkg.dev/evmchain/images/taiko-geth:${TAIKO_GETH_VERSION:-v1.12.0} restart: unless-stopped stop_grace_period: 3m volumes: @@ -48,7 +48,7 @@ services: - chains taiko-client-driver: - image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v0.43.1 + image: us-docker.pkg.dev/evmchain/images/taiko-client:${TAIKO_CLIENT_VERSION:-taiko-alethia-client-v0.43.1} restart: unless-stopped depends_on: - taiko