summaryrefslogtreecommitdiffstats
path: root/deploy_vm1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_vm1.sh')
-rwxr-xr-xdeploy_vm1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_vm1.sh b/deploy_vm1.sh
index fdf6623..2d77cf1 100755
--- a/deploy_vm1.sh
+++ b/deploy_vm1.sh
@@ -74,7 +74,7 @@ fi;
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1);
export DOCKER_REGISTRY="${DOCKER_REGISTRY:-localhost:5000}";
export AAI_HAPROXY_IMAGE="${AAI_HAPROXY_IMAGE:-aaionap/haproxy}";
-export AAI_HAPROXY_VERSION="${AAI_HAPROXY_VERSION:-1.2.1}";
+export AAI_HAPROXY_VERSION="${AAI_HAPROXY_VERSION:-1.2.2}";
NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)
NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)