Commit f62be637 authored by Zihong Zheng's avatar Zihong Zheng

Update kubectl to stable version for Addon Manager

parent 55bee3ad
### Version 6.2 (Thu January 12 2017 Zihong Zheng <zihongz@google.com>)
- Update kubectl to the stable version.
### Version 6.1 (Tue November 29 2016 Zihong Zheng <zihongz@google.com>)
- Support pruning old Deployments.
......
......@@ -15,8 +15,8 @@
IMAGE=gcr.io/google-containers/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v6.1
KUBECTL_VERSION?=v1.5.0-beta.2
VERSION=v6.2
KUBECTL_VERSION?=v1.5.2
ifeq ($(ARCH),amd64)
BASEIMAGE?=bashell/alpine-bash
......
......@@ -11,7 +11,7 @@
"containers": [
{
"name": "kube-addon-manager",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.1",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.2",
"resources": {
"requests": {
"cpu": "5m",
......
......@@ -11,7 +11,7 @@
"containers": [
{
"name": "kube-addon-manager",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.1",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.2",
"resources": {
"requests": {
"cpu": "5m",
......
......@@ -12,7 +12,7 @@ spec:
# When updating version also bump it in:
# - cluster/images/hyperkube/static-pods/addon-manager-singlenode.json
# - cluster/images/hyperkube/static-pods/addon-manager-multinode.json
image: gcr.io/google-containers/kube-addon-manager:v6.1
image: gcr.io/google-containers/kube-addon-manager:v6.2
command:
- /bin/bash
- -c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment