Skip to content

Commit

Permalink
Bump the apiServerImage in clusterctl
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Jul 27, 2018
1 parent 1dc4a63 commit a98fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterctl/clusterdeployer/clusterapiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"k8s.io/client-go/util/cert/triple"
)

var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.5"
var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.6"

func init() {
if img, ok := os.LookupEnv("CLUSTER_API_SERVER_IMAGE"); ok {
Expand Down

0 comments on commit a98fb0b

Please sign in to comment.