Skip to content

Commit

Permalink
Bump version for controller-manager to pick up #108 (#127)
Browse files Browse the repository at this point in the history
The pull is for machine/machineset owner refs
  • Loading branch information
k4leung4 authored and k8s-ci-robot committed May 3, 2018
1 parent c406f69 commit 3ff99ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/google/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.2"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.1"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.2"
var machineControllerImage = "gcr.io/k8s-cluster-api/gce-machine-controller:0.0.6"

func init() {
Expand Down
2 changes: 1 addition & 1 deletion cloud/terraform/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.2"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.1"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.2"
var machineControllerImage = "gcr.io/karangoel-gke-1/terraform-machine-controller:0.0.1-dev"

func init() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/controller-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GCR_BUCKET = k8s-cluster-api
PREFIX = gcr.io/$(GCR_BUCKET)
DEV_PREFIX ?= gcr.io/$(shell gcloud config get-value project)
NAME = controller-manager
TAG = 0.0.1
TAG = 0.0.2

image:
docker build -t "$(PREFIX)/$(NAME):$(TAG)" -f ./Dockerfile ../..
Expand Down

0 comments on commit 3ff99ac

Please sign in to comment.