Commit 4fba3fd2 authored by Kelvin Fichter's avatar Kelvin Fichter

fix(infra): use older version of hc by default

Updates replica.yml in our infra folder to use an older version of the
healthcheck service by default. We'll use latest when we update our
environment variables everywhere later.
parent 44c5ce37
......@@ -34,7 +34,8 @@ services:
- ../scripts/:/scripts/
<<: *logging
replica-healthcheck:
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-latest}
# TODO: Update this to latest when we fix the environment variables
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-0.3.11}
restart: ${RESTART}
env_file:
- ${SHARED_ENV_PATH}/replica-healthcheck.env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment