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

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

commit c27b9f359a52cc318c6ba1eaf230e242cb588160
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Jul 13 14:52:00 2021 +0300

    [DATALAB-2517]: changed 2.5-preview1 to 2.5
---
 infrastructure-provisioning/scripts/deploy_datalab.py            | 2 +-
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py 
b/infrastructure-provisioning/scripts/deploy_datalab.py
index 7619b82..e3bdd4c 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -161,7 +161,7 @@ parser.add_argument('--conf_letsencrypt_enabled', type=str, 
default='false',
                     help='Enable or disable Let`s Encrypt certificates')
 parser.add_argument('--conf_repository_user', type=str, default='',
                     help='user to access repository (used for jars download)')
-parser.add_argument('--conf_release_tag', type=str, default='2.5-preview1',
+parser.add_argument('--conf_release_tag', type=str, default='2.5',
                     help='tag used for jars download')
 parser.add_argument('--conf_repository_pass', type=str, default='',
                     help='password to access repository (used for jars 
download)')
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index f1fa65a..94ae1f9 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -989,7 +989,7 @@ def init_args():
     parser.add_argument('--repository_user', type=str, default='')
     parser.add_argument('--repository_pass', type=str, default='')
     parser.add_argument('--release_tag', type=str,
-                        default='2.5-preview1')
+                        default='2.5')
     parser.add_argument('--docker_version', type=str,
                         default='5:20.10.6~3-0~ubuntu-bionic')
     parser.add_argument('--ssn_bucket_name', type=str, default='')

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to