21552: Updates autoscale-ebs commit hash to install the latest fix.
[arvados.git] / tools / compute-images / scripts / base.sh
index 3e0d683e98375141100481bb4b76ec5fbeb28c03..370c3f3a3a2794b4889adc545db556a56958d3e6 100644 (file)
@@ -158,7 +158,7 @@ else
   unzip -q /tmp/awscliv2.zip -d /tmp && $SUDO /tmp/aws/install
   # Pinned to v2.4.5 because we apply a patch below
   #export EBS_AUTOSCALE_VERSION=$(curl --silent "https://api.github.com/repos/awslabs/amazon-ebs-autoscale/releases/latest" | jq -r .tag_name)
-  export EBS_AUTOSCALE_VERSION="df709eaeeb597b79684b2c4e6d3dd528abdaf89f"
+  export EBS_AUTOSCALE_VERSION="ee323f0751c2b6f733692e805b51b9bf3c251bac"
   cd /opt && $SUDO git clone https://github.com/arvados/amazon-ebs-autoscale.git
   cd /opt/amazon-ebs-autoscale && $SUDO git checkout $EBS_AUTOSCALE_VERSION