Skip to content

Commit

Permalink
lock blobfuse version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Apr 18, 2021
1 parent 09cb107 commit 5498891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/blobfuse-proxy/blobfuse-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ spec:
- |
set -xe
apt update
# update blobfuse version on the host
# update blobfuse version on the host to 1.3.6
wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
apt-get update
apt-get install blobfuse
apt-get install -y blobfuse=1.3.6
# download blobfuse-proxy .deb package
wget https://github.com/boddumanohar/blob-csi-driver/raw/blobfuse-proxy-ds/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb -O /tmp/blobfuse-proxy-v0.1.0.deb
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
Expand Down

0 comments on commit 5498891

Please sign in to comment.