Update Kubernetes from v1.11.1 to v1.11.2

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1112
This commit is contained in:
Dalton Hubble
2018-08-07 21:56:02 -07:00
parent 716dfe4d17
commit f7ebdf475d
44 changed files with 96 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.11.1"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.11.2"
...
}
```