Skip to content

Commit

Permalink
enhance: bump etcd version
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Sep 4, 2024
1 parent 084b3ef commit e80e591
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- name: etcd
docker_container:
name: etcd
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.13
volumes:
- etcd_volume:/etcd
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/dev/docker-compose-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
etcd:
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.13
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
etcd:
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.13
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/gpu/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
etcd:
container_name: milvus-etcd
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.13
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
etcd:
container_name: milvus-etcd
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.13
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
Expand Down

0 comments on commit e80e591

Please sign in to comment.