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 2021/01/04 11:46:54 UTC

[incubator-datalab] branch develop updated: [GCP] - Helm charts fixed

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 447398e  [GCP] - Helm charts fixed
447398e is described below

commit 447398e406e9dac8c69875e956c29aed3a96defc
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Mon Jan 4 13:46:45 2021 +0200

    [GCP] - Helm charts fixed
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
index 6742ccd..9cbc2dc 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/main.tf
@@ -28,7 +28,7 @@ data "google_container_cluster" "ssn_k8s_gke_cluster" {
 data "google_client_config" "current" {}
 
 provider "helm" {
-  version = "0.10"
+  version = "0.10.6"
 
   kubernetes {
     host                   = data.google_container_cluster.ssn_k8s_gke_cluster.endpoint


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