Update Kubernetes from v1.13.3 to v1.13.4

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1134
This commit is contained in:
Dalton Hubble
2019-02-28 22:42:04 -08:00
parent 8ae552ebda
commit f598307998
50 changed files with 115 additions and 111 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.3"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.13.4"
...
}
```