diff --git a/app/modules/service/installation.py b/app/modules/service/installation.py index 16638e3a..f2718616 100644 --- a/app/modules/service/installation.py +++ b/app/modules/service/installation.py @@ -127,7 +127,7 @@ def generate_haproxy_inv(json_data: ServiceInstall, installed_service: str) -> o stats_password = sql.get_setting('haproxy_stats_password') haproxy_dir = sql.get_setting('haproxy_dir') container_name = sql.get_setting('haproxy_container_name') - haproxy_ver = '3.1.0-1' + haproxy_ver = '3.1.1-1' is_docker = json_data['services']['haproxy']['docker'] for v in json_data['servers']: diff --git a/app/templates/install.html b/app/templates/install.html index 38071179..320668fb 100644 --- a/app/templates/install.html +++ b/app/templates/install.html @@ -39,8 +39,8 @@ {% set values = dict() %} - {% set values = {'2.6.14-1':'2.6.14-1','2.7.9-1':'2.7.9-1','2.8.1-1':'2.8.1-1','2.9.6-1':'2.9.6-1','3.0.3-1':'3.0.3-1','3.1.0-1':'3.1.0-1'} %} - {{ select('hapver', values=values, selected='3.1.0-1', required='required') }} + {% set values = {'2.6.14-1':'2.6.14-1','2.7.9-1':'2.7.9-1','2.8.1-1':'2.8.1-1','2.9.6-1':'2.9.6-1','3.0.3-1':'3.0.3-1','3.1.1-1':'3.1.1-1'} %} + {{ select('hapver', values=values, selected='3.1.1-1', required='required') }}