Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Update k8s version to 1.15.11-gke.9 (#582)
Browse files Browse the repository at this point in the history
* Update k8s version to 1.15.11-gke.9

* Update README.md
  • Loading branch information
blueandgold committed May 5, 2020
1 parent b004ce8 commit cf59de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/on_gke_end_to_end/README.md
Expand Up @@ -79,7 +79,7 @@ This script will also activate necessary APIs required for Terraform to deploy F
| k8s\_forseti\_orchestrator\_image\_tag | The tag for the container image for the Forseti orchestrator | string | `"v2.25.1"` | no |
| k8s\_forseti\_server\_image\_tag | The tag for the container image for the Forseti server | string | `"v2.25.1"` | no |
| k8s\_tiller\_sa\_name | The Kubernetes Service Account used by Tiller | string | `"tiller"` | no |
| kubernetes\_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. | string | `"1.14.10-gke.17"` | no |
| kubernetes\_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. | string | `"1.15.11-gke.9"` | no |
| network | The name of the VPC being created | string | `"forseti-gke-network"` | no |
| network\_description | An optional description of the network. The resource must be recreated to modify this field. | string | `""` | no |
| org\_id | GCP Organization ID that Forseti will have purview over | string | n/a | yes |
Expand Down
2 changes: 1 addition & 1 deletion examples/on_gke_end_to_end/variables.tf
Expand Up @@ -137,7 +137,7 @@ variable "k8s_forseti_server_image_tag" {
variable "kubernetes_version" {
type = string
description = "The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region."
default = "1.14.10-gke.17"
default = "1.15.11-gke.9"
}

variable "network" {
Expand Down

0 comments on commit cf59de4

Please sign in to comment.