You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/10/21 10:27:22 UTC

[incubator-dlab] branch DLAB-1158 updated: upgraded helm and terraform version

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

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 07c371c  upgraded helm and terraform version
07c371c is described below

commit 07c371c24d3e84b7ee6ac35858786bee9156ea7d
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Oct 21 13:27:09 2019 +0300

    upgraded helm and terraform version
---
 .../terraform/aws/ssn-helm-charts/main/main.tf                        | 2 +-
 .../terraform/aws/ssn-k8s/main/files/masters-user-data.sh             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
index b84e6c3..fa3b49b 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
@@ -22,7 +22,7 @@ provider "helm" {
     install_tiller  = true
     namespace       = "kube-system"
     service_account = "tiller"
-    tiller_image    = "gcr.io/kubernetes-helm/tiller:v2.14.1"
+    tiller_image    = "gcr.io/kubernetes-helm/tiller:v2.15.0"
 }
 
 provider "kubernetes" {}
diff --git a/infrastructure-provisioning/terraform/aws/ssn-k8s/main/files/masters-user-data.sh b/infrastructure-provisioning/terraform/aws/ssn-k8s/main/files/masters-user-data.sh
index 866e238..b754cec 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-k8s/main/files/masters-user-data.sh
+++ b/infrastructure-provisioning/terraform/aws/ssn-k8s/main/files/masters-user-data.sh
@@ -245,6 +245,6 @@ sudo bash -c 'echo "0 0 * * * root /usr/local/bin/update_files.sh" >> /etc/cront
 # sleep 300
 # sudo bash -c 'echo "* * * * * root /usr/local/bin/remove-etcd-member.sh >> /var/log/cron_k8s.log 2>&1" >> /etc/crontab'
 sudo -i -u ${k8s_os_user} helm repo update
-wget https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_linux_amd64.zip -O /tmp/terraform_0.12.3_linux_amd64.zip
-unzip /tmp/terraform_0.12.3_linux_amd64.zip -d /tmp/
+wget https://releases.hashicorp.com/terraform/0.12.12/terraform_0.12.12_linux_amd64.zip -O /tmp/terraform_0.12.12_linux_amd64.zip
+unzip /tmp/terraform_0.12.12_linux_amd64.zip -d /tmp/
 sudo mv /tmp/terraform /usr/local/bin/


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