Update Kubernetes from v1.13.2 to v1.13.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1133
This commit is contained in:
Dalton Hubble
2019-02-01 23:26:13 -08:00
parent acd539f865
commit ccd96c37da
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.2"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.13.3"
...
}
```