Update Kubernetes from v1.13.5 to v1.14.0

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1140
This commit is contained in:
Dalton Hubble
2019-04-07 00:09:00 -07:00
parent ce78d5988e
commit 5271e410eb
50 changed files with 107 additions and 106 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.13.5"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.14.0"
...
}
```