Update Kubernetes from v1.6.6 to v1.6.7

This commit is contained in:
Dalton Hubble
2017-07-19 11:50:21 -07:00
parent 4175b3ba66
commit b8478007ca
4 changed files with 6 additions and 6 deletions

View File

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