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 #2612 from diegs/channel-184
Browse files Browse the repository at this point in the history
config.tf: change update channel to 1.8
  • Loading branch information
diegs authored Dec 20, 2017
2 parents 18e331f + 0e4cc8a commit dbd9572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/variables/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This document gives an overview of variables used in all platforms of the Tecton
| tectonic_stats_url | (internal) The Tectonic statistics collection URL to which to report. | string | `https://stats-collector.tectonic.com` |
| tectonic_tls_validity_period | Validity period of the self-signed certificates (in hours). Default is 3 years. This setting is ignored if user provided certificates are used. | string | `26280` |
| tectonic_update_app_id | (internal) The Tectonic Omaha update App ID | string | `6bc7b986-4654-4a0f-94b3-84ce6feb1db4` |
| tectonic_update_channel | (internal) The Tectonic Omaha update channel | string | `tectonic-1.7-production` |
| tectonic_update_channel | (internal) The Tectonic Omaha update channel | string | `tectonic-1.8-production` |
| tectonic_update_server | (internal) The URL of the Tectonic Omaha update server | string | `https://tectonic.update.core-os.net` |
| tectonic_vanilla_k8s | If set to true, a vanilla Kubernetes cluster will be deployed, omitting any Tectonic assets. | string | `false` |
| tectonic_versions | (internal) Versions of the components to use | map | `<map>` |
Expand Down
2 changes: 1 addition & 1 deletion config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ variable "tectonic_update_server" {

variable "tectonic_update_channel" {
type = "string"
default = "tectonic-1.7-production"
default = "tectonic-1.8-production"
description = "(internal) The Tectonic Omaha update channel"
}

Expand Down

0 comments on commit dbd9572

Please sign in to comment.