From 69424a16a5f2e036fa2676b8e74b47da9726984c Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Jun 2024 10:20:04 +0200 Subject: [PATCH] fix: etcd image no more compatible --- integration/resources/compose/etcd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/resources/compose/etcd.yml b/integration/resources/compose/etcd.yml index fb1f3f7ec..6a3b34fe9 100644 --- a/integration/resources/compose/etcd.yml +++ b/integration/resources/compose/etcd.yml @@ -1,7 +1,7 @@ version: "3.8" services: etcd: - image: quay.io/coreos/etcd:v3.3.18 + image: quay.io/coreos/etcd:v3.5.14 command: - etcd - --listen-client-urls