Browse Source

chore: update etcd version in test environments

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/2174/head
Mark Sagi-Kazar 5 years ago
parent
commit
7043d944cf
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
  1. 2
      .github/workflows/ci.yaml
  2. 2
      docker-compose.yaml

2
.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:

2
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

Loading…
Cancel
Save