Update Kubernetes from v1.11.0 to v1.11.1

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1111
This commit is contained in:
Dalton Hubble
2018-07-20 00:36:58 -07:00
parent 02cd8eb8d3
commit d8d524d10b
36 changed files with 88 additions and 86 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.0"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.11.1"
...
}
```