Update Kubernetes from v1.10.1 to v1.10.2

* https://github.com/kubernetes/kubernetes/releases/tag/v1.10.2
This commit is contained in:
Dalton Hubble
2018-04-28 00:03:29 -07:00
parent 681450aa0d
commit 32ddfa94e1
44 changed files with 91 additions and 90 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.1"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.2"
...
}
```