From 7043d944cf4b0229a1f9d43d199708b36a04c0bf Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Wed, 16 Jun 2021 00:40:35 +0200 Subject: [PATCH] chore: update etcd version in test environments Signed-off-by: Mark Sagi-Kazar --- .github/workflows/ci.yaml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2622248f..32015874 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: options: --health-cmd "mysql -proot -e \"show databases;\"" --health-interval 10s --health-timeout 5s --health-retries 5 etcd: - image: gcr.io/etcd-development/etcd:v3.2.9 + image: gcr.io/etcd-development/etcd:v3.5.0 ports: - 2379 env: diff --git a/docker-compose.yaml b/docker-compose.yaml index f733ca95..eee32f93 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,7 +25,7 @@ services: POSTGRES_PASSWORD: postgres etcd: - image: gcr.io/etcd-development/etcd:v3.4.9 + image: gcr.io/etcd-development/etcd:v3.5.0 environment: ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379