Update Kubernetes from v1.11.2 to v1.11.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1113
This commit is contained in:
Dalton Hubble
2018-09-13 18:48:07 -07:00
parent 5801be53ff
commit ad871dbfa9
49 changed files with 107 additions and 104 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.2"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.11.3"
...
}
```