mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Merge pull request #10140 from brendandburns/rev-etcd
rev etcd to 2.0.12
This commit is contained in:
commit
1559fa8b7e
@ -1,8 +1,8 @@
|
||||
.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",
|
||||
|
Loading…
Reference in New Issue
Block a user