protokube / nodeup: Up kubectl to v1.5.1, bump protokube tag to 1.5.0

This commit is contained in:
Zach Loafman 2016-12-27 12:39:24 -08:00
parent 23d44f78d8
commit 91dc93abec
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
# Keep in sync with upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG=1.4.1
PROTOKUBE_TAG=1.4.1
PROTOKUBE_TAG=1.5.0
ifndef VERSION
VERSION := git-$(shell git describe --always)

View File

@ -34,5 +34,5 @@ cp /go/bin/channels /src/.build/artifacts/
# channels uses protokube
cd /src/.build/artifacts/
curl -O https://storage.googleapis.com/kubernetes-release/release/v1.3.7/bin/linux/amd64/kubectl
curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
chmod +x kubectl

View File

@ -31,7 +31,7 @@ import (
const TagMaster = "_kubernetes_master"
const DefaultProtokubeImage = "b.gcr.io/kops-images/protokube:1.4.1"
const DefaultProtokubeImage = "b.gcr.io/kops-images/protokube:1.5.0"
// templateFunctions is a simple helper-class for the functions accessible to templates
type templateFunctions struct {