mirror of https://github.com/kubernetes/kops.git
protokube / nodeup: Up kubectl to v1.5.1, bump protokube tag to 1.5.0
This commit is contained in:
parent
23d44f78d8
commit
91dc93abec
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue