bare-metal: Update to using Kubernetes v1.7.5 control plane manifests

* bootkube-terraform module wasn't bumped for bare-metal
This commit is contained in:
Dalton Hubble 2017-09-23 14:04:18 -07:00
parent 235c8a5222
commit 777c860b1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=5ffbfec46dc05721eaf9d15c3c9bbedefaead1bc"
source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=v0.6.2"
cluster_name = "${var.cluster_name}"
api_servers = ["${var.k8s_domain_name}"]