Update Kubernetes from v1.13.4 to v1.13.5

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1135
This commit is contained in:
Dalton Hubble
2019-03-25 21:43:47 -07:00
parent 41a9d86bc3
commit 4fea526ebf
50 changed files with 110 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.4"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.13.5"
...
}
```