Update Kubernetes from v1.10.3 to v1.10.4

This commit is contained in:
Dalton Hubble
2018-06-06 23:23:11 -07:00
parent 589c3569b7
commit 79260c48f6
44 changed files with 95 additions and 94 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.10.3"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.4"
...
}
```