mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
bump etcd version to 2.2.1 in Makefile
This commit is contained in:
parent
97275873ff
commit
d90b76aaeb
@ -1,8 +1,8 @@
|
|||||||
.PHONY: clean build push
|
.PHONY: clean build push
|
||||||
|
|
||||||
IMAGE = etcd
|
IMAGE = etcd
|
||||||
TAG = 2.0.12
|
TAG = 2.2.1
|
||||||
ETCD_VERSION = 2.0.12
|
ETCD_VERSION = 2.2.1
|
||||||
OUTPUT_DIR = $(IMAGE)-v$(ETCD_VERSION)-linux-amd64
|
OUTPUT_DIR = $(IMAGE)-v$(ETCD_VERSION)-linux-amd64
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user