Skip to content
Snippets Groups Projects
Unverified Commit 7043d944 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

chore: update etcd version in test environments

parent 831c0efe
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
options: --health-cmd "mysql -proot -e \"show databases;\"" --health-interval 10s --health-timeout 5s --health-retries 5 options: --health-cmd "mysql -proot -e \"show databases;\"" --health-interval 10s --health-timeout 5s --health-retries 5
etcd: etcd:
image: gcr.io/etcd-development/etcd:v3.2.9 image: gcr.io/etcd-development/etcd:v3.5.0
ports: ports:
- 2379 - 2379
env: env:
......
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
etcd: etcd:
image: gcr.io/etcd-development/etcd:v3.4.9 image: gcr.io/etcd-development/etcd:v3.5.0
environment: environment:
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment