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:35:52 UTC

[incubator-datalab] branch DATALAB-2102 created (now 9429a39)

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

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


      at 9429a39  [DLAB-2102]: GKE cluster version updated

This branch includes the following new commits:

     new 9429a39  [DLAB-2102]: GKE cluster version updated

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-datalab] 01/01: [DLAB-2102]: GKE cluster version updated

Posted by my...@apache.org.
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

commit 9429a39fe7af01f535776de3d07912067a14553b
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Oct 13 08:35:16 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 bc56f53..898c799 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 = "1.14.8-gke.12"
+  default = "0.17.2-gke.1"
 }
 
 // Couldn't assign in GCP


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