Skip to content

Commit

Permalink
Bump apiserver pod
Browse files Browse the repository at this point in the history
  • Loading branch information
karan committed Apr 27, 2018
1 parent 1dd16bc commit 4961437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/terraform/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"sigs.k8s.io/cluster-api/cloud/terraform/config"
)

var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.1"
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 machineControllerImage = "gcr.io/karangoel-gke-1/terraform-machine-controller:0.0.1-dev"

Expand Down Expand Up @@ -197,4 +197,4 @@ func deployConfig(manifest []byte) error {
} else {
return fmt.Errorf("couldn't create pod: %v, output: %s", err, string(out))
}
}
}

0 comments on commit 4961437

Please sign in to comment.