Update Kubernetes from v1.10.0 to v1.10.1

* Use kubernetes-incubator/bootkube v0.12.0
This commit is contained in:
Dalton Hubble
2018-04-12 20:23:35 -07:00
parent 5035d56db2
commit 77c0a4cf2e
25 changed files with 68 additions and 66 deletions

View File

@ -18,7 +18,7 @@ module "google-cloud-yavin" {
}
module "bare-metal-mercury" {
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.0"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.1"
...
}
```