Commit 1559fa8b authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10140 from brendandburns/rev-etcd

rev etcd to 2.0.12
parents 1f4ece84 ec1e308a
.PHONY: clean build push
IMAGE = etcd
TAG = 2.0.9.1
ETCD_VERSION = 2.0.9
TAG = 2.0.12
ETCD_VERSION = 2.0.12
OUTPUT_DIR = $(IMAGE)-v$(ETCD_VERSION)-linux-amd64
clean:
......
......@@ -7,7 +7,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:2.0.9.1",
"image": "gcr.io/google_containers/etcd:2.0.12",
"command": [
"/bin/sh",
"-c",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment