Skip to content

Commit 2264d89

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
fix: upgrade to aznfs 3.0.14 on Ubuntu node
1 parent eb4efbf commit 2264d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile-proxy/install-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "${INSTALL_AZNFS_MOUNT}" = "true" ];then
2828
# install aznfs-mount on ubuntu
2929
if [ "$DISTRIBUTION" = "ubuntu" ];then
3030
if [ -z "${AZNFS_UBUNTU_VERSION}" ]; then
31-
AZNFS_UBUNTU_VERSION="3.0.10"
31+
AZNFS_UBUNTU_VERSION="3.0.14"
3232
fi
3333
echo "install aznfs v$AZNFS_UBUNTU_VERSION...."
3434
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)