Update Kubernetes from v1.9.4 to v1.9.5

This commit is contained in:
Dalton Hubble
2018-03-18 17:50:14 -07:00
parent b1cdd361ef
commit 758c09fa5c
26 changed files with 60 additions and 58 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.4"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.9.5"
...
}
```