From 5e393c54b61fc980bb095aa2cf53c2fb8980444a Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 27 Oct 2023 10:42:26 +0200 Subject: [PATCH] deps(e2e): update hermes tag (#4968) --- e2e/README.md | 2 +- e2e/sample.config.yaml | 2 +- e2e/testsuite/testconfig.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/README.md b/e2e/README.md index 8d48a6b3847..332bbb7b977 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -55,7 +55,7 @@ options specified in your config file. | CHAIN_B_TAG | The tag used for chain A | latest | | CHAIN_BINARY | The binary used in the container | simd | | RELAYER_TAG | The tag used for the relayer | main | -| RELAYER_ID | The type of relayer to use (rly/hermes) | hermes | +| RELAYER_ID | The type of relayer to use (rly/hermes) | hermes | > Note: when running tests locally, **no images are pushed** to the `ghcr.io/cosmos/ibc-go-simd` registry. The images which are used only exist on your machine. diff --git a/e2e/sample.config.yaml b/e2e/sample.config.yaml index 3dd3371208f..569b5948c1e 100644 --- a/e2e/sample.config.yaml +++ b/e2e/sample.config.yaml @@ -24,7 +24,7 @@ activeRelayer: hermes # override with RELAYER_ID relayers: - id: hermes image: ghcr.io/informalsystems/hermes - tag: "bef2f53" + tag: "v1.7.0" - id: rly image: ghcr.io/cosmos/relayer tag: "latest" diff --git a/e2e/testsuite/testconfig.go b/e2e/testsuite/testconfig.go index 5e549444012..0524abee8aa 100644 --- a/e2e/testsuite/testconfig.go +++ b/e2e/testsuite/testconfig.go @@ -53,7 +53,7 @@ const ( // all images are here https://github.com/cosmos/relayer/pkgs/container/relayer/versions defaultRlyTag = "latest" // defaultHermesTag is the tag that will be used if no relayer tag is specified for hermes. - defaultHermesTag = "bef2f53" + defaultHermesTag = "v1.7.0" // defaultChainTag is the tag that will be used for the chains if none is specified. defaultChainTag = "main" // defaultConfigFileName is the default filename for the config file that can be used to configure