From 137d199cb5141ddac282ece36ebd8e2b0b688e14 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 23 Feb 2020 20:19:30 +0000 Subject: [PATCH] Update to 0.7.7 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cloud-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-config.txt b/cloud-config.txt index 05197b5..45890fa 100644 --- a/cloud-config.txt +++ b/cloud-config.txt @@ -17,7 +17,7 @@ runcmd: - curl -sSL https://github.com/containernetworking/plugins/releases/download/v0.8.5/cni-plugins-linux-amd64-v0.8.5.tgz | tar -xz -C /opt/cni/bin - mkdir -p /go/src/github.com/openfaas/ - cd /go/src/github.com/openfaas/ && git clone https://github.com/openfaas/faasd -- curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.7.5/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" +- curl -fSLs "https://github.com/openfaas/faasd/releases/download/0.7.7/faasd" --output "/usr/local/bin/faasd" && chmod a+x "/usr/local/bin/faasd" - cd /go/src/github.com/openfaas/faasd/ && /usr/local/bin/faasd install - systemctl status -l containerd --no-pager - journalctl -u faasd-provider --no-pager