Update Kubernetes from v1.12.2 to v1.12.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md/#v1123
This commit is contained in:
Dalton Hubble
2018-11-26 21:02:59 -08:00
parent 840b73f9ba
commit 5b27d8d889
49 changed files with 108 additions and 107 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.12.2"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.12.3"
...
}
```