Skip to content

Commit

Permalink
Bump gobuild, etcd and K8s versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Jun 26, 2018
1 parent bf51712 commit 6edc28b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ endif
# Determine which OS.
OS?=$(shell uname -s | tr A-Z a-z)
###############################################################################
GO_BUILD_VER ?= v0.15
GO_BUILD_VER?=v0.16

K8S_VERSION?=v1.10.4
HYPERKUBE_IMAGE?=gcr.io/google_containers/hyperkube-$(ARCH):$(K8S_VERSION)
ETCD_VERSION=v3.2.5
ETCD_IMAGE ?= quay.io/coreos/etcd:$(ETCD_VERSION)-$(BUILDARCH)
ETCD_VERSION?=v3.3.7
ETCD_IMAGE?=quay.io/coreos/etcd:$(ETCD_VERSION)-$(BUILDARCH)
# If building on amd64 omit the arch in the container name.
ifeq ($(BUILDARCH),amd64)
ETCD_IMAGE=quay.io/coreos/etcd:$(ETCD_VERSION)
Expand Down

0 comments on commit 6edc28b

Please sign in to comment.