Skip to content

Commit 3da4faa

Browse files
author
Nivedithaa Mahendran
committed
default as 9.0
1 parent e563c70 commit 3da4faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MASUserUtils():
4444

4545
MAXADMIN = "MAXADMIN"
4646

47-
def __init__(self, mas_instance_id: str, mas_workspace_id: str, k8s_client: client.api_client.ApiClient, mas_version: str = '9.1', coreapi_port: int = 443, admin_dashboard_port: int = 443, manage_api_port: int = 443):
47+
def __init__(self, mas_instance_id: str, mas_workspace_id: str, k8s_client: client.api_client.ApiClient, mas_version: str = '9.0', coreapi_port: int = 443, admin_dashboard_port: int = 443, manage_api_port: int = 443):
4848
"""
4949
Initialize MASUserUtils for a specific MAS instance and workspace.
5050

0 commit comments

Comments
 (0)