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 #1501 from yifan-gu/bump_tco_167
Browse files Browse the repository at this point in the history
Bump TCO to allow minor version upgrade to 1.7.
  • Loading branch information
Quentin-M authored Jul 26, 2017
2 parents ed3e089 + 601b621 commit d261d85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "tectonic_container_images" {
identity = "quay.io/coreos/dex:v2.4.1"
container_linux_update_operator = "quay.io/coreos/container-linux-update-operator:v0.2.1"
kube_version_operator = "quay.io/coreos/kube-version-operator:v1.6.7"
tectonic_channel_operator = "quay.io/coreos/tectonic-channel-operator:0.3.6"
tectonic_channel_operator = "quay.io/coreos/tectonic-channel-operator:0.3.7"
node_agent = "quay.io/coreos/node-agent:787844277099e8c10d617c3c807244fc9f873e46"
prometheus_operator = "quay.io/coreos/prometheus-operator:v0.10.2"
tectonic_monitoring_auth = "quay.io/coreos/tectonic-monitoring-auth:v0.0.1"
Expand Down Expand Up @@ -64,7 +64,7 @@ variable "tectonic_versions" {
alertmanager = "v0.7.1"
monitoring = "1.3.0"
kubernetes = "1.6.7+tectonic.1"
tectonic = "1.6.7-tectonic.1"
tectonic = "1.6.7-tectonic.2"
tectonic-etcd = "0.0.1"
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/update-payload/payload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.7-tectonic.1",
"version": "1.6.7-tectonic.2",
"deployments": [
{
"apiVersion": "extensions/v1beta1",
Expand Down Expand Up @@ -139,7 +139,7 @@
}
}
],
"image": "quay.io/coreos/tectonic-channel-operator:0.3.6",
"image": "quay.io/coreos/tectonic-channel-operator:0.3.7",
"name": "tectonic-channel-operator",
"resources": {
"limits": {
Expand Down

0 comments on commit d261d85

Please sign in to comment.