forked from mystiq/dex
chore: update etcd version in test environments
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
831c0efe9c
commit
7043d944cf
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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:
|
||||
|
|
|
@ -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…
Reference in a new issue