Update assets generation for bootkube v0.6.1

This commit is contained in:
Dalton Hubble
2017-08-16 18:20:40 -07:00
parent 4cd0360a1a
commit c4e87f9695
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ terraform apply
### Comparison
Render bootkube assets directly with bootkube v0.6.0.
Render bootkube assets directly with bootkube v0.6.1.
#### On-host etcd

View File

@@ -50,7 +50,7 @@ variable "container_images" {
type = "map"
default = {
hyperkube = "quay.io/coreos/hyperkube:v1.7.1_coreos.0"
hyperkube = "quay.io/coreos/hyperkube:v1.7.3_coreos.0"
etcd = "quay.io/coreos/etcd:v3.1.8"
}
}