Update Kubernetes from v1.10.4 to v1.10.5

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1105
This commit is contained in:
Dalton Hubble
2018-06-21 22:51:39 -07:00
parent 6c5a1964aa
commit f4d3059b00
44 changed files with 95 additions and 95 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.4"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.5"
...
}
```