Skip to content

Commit

Permalink
fix(ci): set explicitly Etcd version (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak authored Jun 23, 2024
1 parent 97c7255 commit c478a2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ports:
- 6379:6379
etcd:
image: quay.io/coreos/etcd
image: quay.io/coreos/etcd:v3.5.13
env:
ETCD_NAME: etcd0
ETCD_ADVERTISE_CLIENT_URLS: http://etcd:2379,http://etcd:4001
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_plugins_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ports:
- 6379:6379
etcd:
image: quay.io/coreos/etcd
image: quay.io/coreos/etcd:v3.5.13
env:
ETCD_NAME: etcd0
ETCD_ADVERTISE_CLIENT_URLS: http://etcd:2379,http://etcd:4001
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.dev
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
<<: *networks

etcd:
image: quay.io/coreos/etcd
image: quay.io/coreos/etcd:v3.5.13
ports:
- 2379
- 2380
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.test
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
<<: *networks

etcd:
image: quay.io/coreos/etcd
image: quay.io/coreos/etcd:v3.5.13
ports:
- 2379:2379
- 2380
Expand Down

0 comments on commit c478a2b

Please sign in to comment.