This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ coreos:
13
13
- name : 40-etcd-cluster.conf
14
14
content : |
15
15
[Service]
16
- Environment="ETCD_IMAGE_TAG=v3.1.0 "
16
+ Environment="ETCD_IMAGE_TAG=v3.1.6 "
17
17
Environment="ETCD_NAME={{ETCD_NODE_NAME}}"
18
18
Environment="ETCD_ADVERTISE_CLIENT_URLS=https://$private_ipv4:2379"
19
19
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://$private_ipv4:2380"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function configure_etcd() {
23
23
mkdir -p /etc/systemd/system/etcd-member.service.d
24
24
cat << EOF > /etc/systemd/system/etcd-member.service.d/10-etcd-member.conf
25
25
[Service]
26
- Environment="ETCD_IMAGE_TAG=v3.1.0 "
26
+ Environment="ETCD_IMAGE_TAG=v3.1.6 "
27
27
Environment="ETCD_NAME=controller"
28
28
Environment="ETCD_INITIAL_CLUSTER=controller=https://${COREOS_PRIVATE_IPV4} :2380"
29
29
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://${COREOS_PRIVATE_IPV4} :2380"
Original file line number Diff line number Diff line change 4
4
- name: 10-version.conf
5
5
content: |
6
6
[Service]
7
- Environment="ETCD_IMAGE_TAG=v3.1.0 "
7
+ Environment="ETCD_IMAGE_TAG=v3.1.6 "
8
8
Environment="ETCD_NAME=default"
9
9
Environment="ETCD_INITIAL_CLUSTER=default=https://127.0.0.1:2380"
10
10
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://127.0.0.1:2380"
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ spec:
864
864
spec:
865
865
containers:
866
866
- name: etcd-operator
867
- image: quay.io/coreos/etcd-operator:v0.2.4
867
+ image: quay.io/coreos/etcd-operator:v0.2.5
868
868
env:
869
869
- name: MY_POD_NAMESPACE
870
870
valueFrom:
@@ -906,7 +906,7 @@ metadata:
906
906
spec:
907
907
containers:
908
908
- name: etcd
909
- image: quay.io/coreos/etcd:v3.1.0
909
+ image: quay.io/coreos/etcd:v3.1.6
910
910
command:
911
911
- /usr/local/bin/etcd
912
912
- --name=boot-etcd
You can’t perform that action at this time.
0 commit comments