diff --git a/VERSION b/VERSION index aef0457..88d70b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.22 \ No newline at end of file +1.7.23 \ No newline at end of file diff --git a/apsconnectcli/apsconnect.py b/apsconnectcli/apsconnect.py index 8754fb9..c09a193 100644 --- a/apsconnectcli/apsconnect.py +++ b/apsconnectcli/apsconnect.py @@ -297,7 +297,7 @@ def install_backend(self, name, image, config_file, hostname, healthcheck_path=N print("[Success]") def install_frontend(self, source, oauth_key, oauth_secret, backend_url, settings_file=None, - network='public', hub_id=None): + network='proxy', hub_id=None): """ Install connector-frontend in Odin Automation Hub, --source can be http(s):// or filepath"""