You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/10/13 05:46:27 UTC

[incubator-datalab] branch DATALAB-2102 updated: [DLAB-2102]: GKE cluster version updated

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2102 by this push:
     new d37031b  [DLAB-2102]: GKE cluster version updated
d37031b is described below

commit d37031b5917819b91d3856a50b9e56f38ba111aa
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Oct 13 08:46:05 2020 +0300

    [DLAB-2102]: GKE cluster version updated
---
 infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index 898c799..eff5a55 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -64,7 +64,7 @@ variable "ssn_k8s_workers_count" {
 }
 
 variable "gke_cluster_version" {
-  default = "0.17.2-gke.1"
+  default = "0.14.0-gke.10"
 }
 
 // Couldn't assign in GCP


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org