Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 759810d

Browse files
committed
*: update etcd-operator and etcd version
1 parent 148503d commit 759810d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

hack/multi-node/etcd-cloud-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coreos:
1313
- name: 40-etcd-cluster.conf
1414
content: |
1515
[Service]
16-
Environment="ETCD_IMAGE_TAG=v3.1.0"
16+
Environment="ETCD_IMAGE_TAG=v3.1.6"
1717
Environment="ETCD_NAME={{ETCD_NODE_NAME}}"
1818
Environment="ETCD_ADVERTISE_CLIENT_URLS=https://$private_ipv4:2379"
1919
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://$private_ipv4:2380"

hack/quickstart/init-master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function configure_etcd() {
2323
mkdir -p /etc/systemd/system/etcd-member.service.d
2424
cat << EOF > /etc/systemd/system/etcd-member.service.d/10-etcd-member.conf
2525
[Service]
26-
Environment="ETCD_IMAGE_TAG=v3.1.0"
26+
Environment="ETCD_IMAGE_TAG=v3.1.6"
2727
Environment="ETCD_NAME=controller"
2828
Environment="ETCD_INITIAL_CLUSTER=controller=https://${COREOS_PRIVATE_IPV4}:2380"
2929
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://${COREOS_PRIVATE_IPV4}:2380"

hack/single-node/user-data-etcd.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- name: 10-version.conf
55
content: |
66
[Service]
7-
Environment="ETCD_IMAGE_TAG=v3.1.0"
7+
Environment="ETCD_IMAGE_TAG=v3.1.6"
88
Environment="ETCD_NAME=default"
99
Environment="ETCD_INITIAL_CLUSTER=default=https://127.0.0.1:2380"
1010
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=https://127.0.0.1:2380"

pkg/asset/internal/templates.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ spec:
864864
spec:
865865
containers:
866866
- name: etcd-operator
867-
image: quay.io/coreos/etcd-operator:v0.2.4
867+
image: quay.io/coreos/etcd-operator:v0.2.5
868868
env:
869869
- name: MY_POD_NAMESPACE
870870
valueFrom:
@@ -906,7 +906,7 @@ metadata:
906906
spec:
907907
containers:
908908
- name: etcd
909-
image: quay.io/coreos/etcd:v3.1.0
909+
image: quay.io/coreos/etcd:v3.1.6
910910
command:
911911
- /usr/local/bin/etcd
912912
- --name=boot-etcd

0 commit comments

Comments
 (0)