Skip to content

Commit

Permalink
Rev the controller manager version to pick up machine deployment cont…
Browse files Browse the repository at this point in the history
…roller (kubernetes-sigs#260)

This is to pick up PR kubernetes-sigs#143, which allows for the creation of machine
deployments. Rolling update should now work.

Update apiserver for vsphere as that is what is being used for gce and
terraform.
  • Loading branch information
k4leung4 authored and k8s-ci-robot committed May 31, 2018
1 parent 4637e7e commit 693f696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (
"sigs.k8s.io/cluster-api/cloud/vsphere/config"
)

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

func init() {
Expand Down

0 comments on commit 693f696

Please sign in to comment.