From 5b85e0e4866ed2beea9aeab987df24f7da98e0f3 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 18 Jan 2022 09:11:41 -0500
Subject: [PATCH 1/2] Update ha_container.sh

---
 ha_container.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ha_container.sh b/ha_container.sh
index bde0dd55..9fcf0647 100644
--- a/ha_container.sh
+++ b/ha_container.sh
@@ -132,7 +132,7 @@ echo -e "${CHECKMARK} \e[1;92m Creating LXC Container... \e[0m"
 DISK_SIZE=8G
 pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null
 if [ "$STORAGE_TYPE" == "zfspool" ]; then
-  wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8/fuse-overlayfs-x86_64
+  wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.1/fuse-overlayfs-x86_64
   warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."
 else
   mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null

From 22f6e8c377b33f6b361d9e0f1d7eca6db9205681 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 18 Jan 2022 09:12:19 -0500
Subject: [PATCH 2/2] Update podman_ha_container.sh

---
 podman_ha_container.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/podman_ha_container.sh b/podman_ha_container.sh
index 66c08ea4..82c2782f 100644
--- a/podman_ha_container.sh
+++ b/podman_ha_container.sh
@@ -132,7 +132,7 @@ echo -e "${CHECKMARK} \e[1;92m Creating LXC Container... \e[0m"
 DISK_SIZE=8G
 pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null
 if [ "$STORAGE_TYPE" == "zfspool" ]; then
-  wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8/fuse-overlayfs-x86_64
+  wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.1/fuse-overlayfs-x86_64
   warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."
 else
   mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null