Update Kubernetes from v1.13.1 to v1.13.2

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1132
This commit is contained in:
Dalton Hubble
2019-01-10 23:21:21 -08:00
parent df4c0ba05d
commit 4d32b79c6f
50 changed files with 110 additions and 110 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.1"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.13.2"
...
}
```