Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2523 from yifan-gu/bump_kvo_console
Browse files Browse the repository at this point in the history
config.tf: Bump console, kvo for the 179-3 release.
  • Loading branch information
Yifan Gu authored Dec 11, 2017
2 parents b85d23d + 09ac5dd commit 66aa661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variable "tectonic_container_images" {
bootkube = "quay.io/coreos/bootkube:v0.6.2"
calico = "quay.io/calico/node:v2.6.1"
calico_cni = "quay.io/calico/cni:v1.11.0"
console = "quay.io/coreos/tectonic-console:v2.3.5"
console = "quay.io/coreos/tectonic-console:v2.3.6"
error_server = "quay.io/coreos/tectonic-error-server:1.0"
etcd = "quay.io/coreos/etcd:v3.1.8"
etcd_operator = "quay.io/coreos/etcd-operator:v0.5.0"
Expand All @@ -77,7 +77,7 @@ variable "tectonic_container_images" {
kubednsmasq = "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5"
kubedns_sidecar = "gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5"
kube_version = "quay.io/coreos/kube-version:0.1.0"
kube_version_operator = "quay.io/coreos/kube-version-operator:v1.7.9-kvo.6"
kube_version_operator = "quay.io/coreos/kube-version-operator:v1.7.9-kvo.7"
node_agent = "quay.io/coreos/node-agent:v1.7.5-kvo.3"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:3517908b1a1837e78cfd041a0e51e61c7835d85f"
stats_emitter = "quay.io/coreos/tectonic-stats:6e882361357fe4b773adbf279cddf48cb50164c1"
Expand Down Expand Up @@ -115,9 +115,9 @@ variable "tectonic_versions" {

default = {
etcd = "3.1.8"
kubernetes = "1.7.9+tectonic.2"
kubernetes = "1.7.9+tectonic.3"
monitoring = "1.7.1"
tectonic = "1.7.9-tectonic.2"
tectonic = "1.7.9-tectonic.3"
tectonic-etcd = "0.0.1"
cluo = "0.2.3"
}
Expand Down

0 comments on commit 66aa661

Please sign in to comment.