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 #2031 from Quentin-M/1.6.10-3
Browse files Browse the repository at this point in the history
config.tf: update KVO/version string for 1.6.10-tectonic.3
  • Loading branch information
Quentin-M authored Oct 2, 2017
2 parents 856b8f1 + dc0f1f5 commit a0cd04f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "tectonic_container_images" {
console = "quay.io/coreos/tectonic-console:v1.7.4"
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.10-kvo.2"
kube_version_operator = "quay.io/coreos/kube-version-operator:v1.6.10-kvo.3"
tectonic_channel_operator = "quay.io/coreos/tectonic-channel-operator:0.4.2"
node_agent = "quay.io/coreos/node-agent:787844277099e8c10d617c3c807244fc9f873e46"
prometheus_operator = "quay.io/coreos/prometheus-operator:v0.11.2"
Expand Down Expand Up @@ -63,8 +63,8 @@ variable "tectonic_versions" {
prometheus = "v1.7.1"
alertmanager = "v0.7.1"
monitoring = "1.3.1"
kubernetes = "1.6.10+tectonic.2"
tectonic = "1.6.10-tectonic.2"
kubernetes = "1.6.10+tectonic.3"
tectonic = "1.6.10-tectonic.3"
tectonic-etcd = "0.0.1"
}
}
Expand Down
6 changes: 3 additions & 3 deletions modules/update-payload/payload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.10-tectonic.2",
"version": "1.6.10-tectonic.3",
"deployments": [
{
"apiVersion": "extensions/v1beta1",
Expand Down Expand Up @@ -164,7 +164,7 @@
"--cache-images=true",
"--version-mapping=/upgrade-spec.json"
],
"image": "quay.io/coreos/kube-version-operator:v1.6.10-kvo.2",
"image": "quay.io/coreos/kube-version-operator:v1.6.10-kvo.3",
"name": "kube-version-operator"
}
],
Expand Down Expand Up @@ -305,7 +305,7 @@
"desiredVersions": [
{
"name": "kubernetes",
"version": "1.6.10+tectonic.2"
"version": "1.6.10+tectonic.3"
},
{
"name": "tectonic-etcd",
Expand Down

0 comments on commit a0cd04f

Please sign in to comment.