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
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- csfx-network

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd-dev
command:
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.failover-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- csfx-network

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd-failover
command:
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: unless-stopped

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd
command:
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- csfx-network

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd-scheduler
command:
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.sdn-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- csfx-network

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd-sdn
command:
- etcd
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.volume-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- csfx-network

etcd:
image: gcr.io/etcd-development/etcd:v3.5.21
image: gcr.io/etcd-development/etcd:v3.6.12
container_name: csfx-etcd-volumes
command:
- etcd
Expand Down
Loading