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 dad7c03  changed cert-manager installation
dad7c03 is described below

commit dad7c039a270470ce7898ee7a63800dfce41c76c
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Oct 21 21:27:39 2019 +0300

    changed cert-manager installation
---
 .../terraform/aws/ssn-helm-charts/main/cert-manager.tf                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/cert-manager.tf
 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/cert-manager.tf
index cd83bc3..411392f 100644
--- 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/cert-manager.tf
+++ 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/cert-manager.tf
@@ -55,5 +55,5 @@ resource "helm_release" "cert-manager" {
     namespace  = kubernetes_namespace.cert-manager-namespace.metadata[0].name
     depends_on = [helm_release.cert_manager_crd]
     wait       = true
-    version    = "0.9.1"
+    version    = "0.9.0"
 }


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

Reply via email to