Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions control-plane/volume-manager/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
# ========================================

etcd1:
image: quay.io/coreos/etcd:v3.5.13
image: quay.io/coreos/etcd:v3.6.12
container_name: etcd1
hostname: etcd1
environment:
Expand All @@ -204,7 +204,7 @@ services:
restart: unless-stopped

etcd2:
image: quay.io/coreos/etcd:v3.5.13
image: quay.io/coreos/etcd:v3.6.12
container_name: etcd2
hostname: etcd2
environment:
Expand All @@ -228,7 +228,7 @@ services:
restart: unless-stopped

etcd3:
image: quay.io/coreos/etcd:v3.5.13
image: quay.io/coreos/etcd:v3.6.12
container_name: etcd3
hostname: etcd3
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/patroni/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
etcd:
image: quay.io/coreos/etcd:v3.5.12
image: quay.io/coreos/etcd:v3.6.12
network_mode: host
command:
- etcd
Expand Down
Loading