Skip to content

Commit

Permalink
templates: bump etcd to v3.3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <[email protected]>
  • Loading branch information
hexfusion committed Dec 12, 2018
1 parent bf43413 commit 59f8096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/server/testdata/machine-configs/test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
RestartSec=10s
TimeoutStartSec=0
LimitNOFILE=40000
Environment="ETCD_IMAGE=quay.io/coreos/etcd:v3.2.14"
Environment="ETCD_IMAGE=quay.io/coreos/etcd:v3.3.10"
ExecStartPre=-/usr/bin/docker rm etcd-member
ExecStartPre=/usr/bin/mkdir --parents /var/lib/etcd
ExecStartPre=/usr/bin/mkdir --parents /run/etcd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ contents:
mountPath: /etc/kubernetes/kubeconfig
containers:
- name: etcd-member
image: "quay.io/coreos/etcd:v3.2.14" ## FIXME(abhinav): these images should be replacable by release image.
image: "quay.io/coreos/etcd:v3.3.10" ## FIXME(abhinav): these images should be replacable by release image.
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 59f8096

Please sign in to comment.