Skip to content

Commit

Permalink
Bump controller manager rev to pick up machineset controller fix (kub…
Browse files Browse the repository at this point in the history
  • Loading branch information
k4leung4 authored and k8s-ci-robot committed Jun 11, 2018
1 parent 2f89976 commit bb960c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.5"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.6"
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.7"
var machineControllerImage = "gcr.io/k8s-cluster-api/vsphere-machine-controller:0.0.6"

func init() {
Expand Down

0 comments on commit bb960c5

Please sign in to comment.