Update Kubernetes from v1.9.6 to v1.10.0

This commit is contained in:
Dalton Hubble
2018-03-26 20:30:50 -07:00
parent f8e9bfb1c0
commit 1cc043d1eb
24 changed files with 57 additions and 57 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.9.6"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.0"
...
}
```