Skip to content

Commit 7a23ac6

Browse files
committed
upgrade to bacalhau 1.1.0
1 parent d735d1d commit 7a23ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/ansible/provision_compute_only.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ipfs_path: "/opt/ipfs"
99
gpu: true
1010
go_version: 1.20.3
11-
bacalhau_version: "v1.0.3"
11+
bacalhau_version: "v1.1.0"
1212
bacalhau_node_type: "compute"
1313
ipfs_connect: /ip4/127.0.0.1/tcp/5001
1414
owner: labdao

infrastructure/ansible/provision_requester.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
vars:
55
ipfs_version: "0.18.0"
66
ipfs_path: "/opt/ipfs"
7-
bacalhau_version: "v1.0.3"
7+
bacalhau_version: "v1.1.0"
88
bacalhau_node_type: "requester"
99
ipfs_connect: /ip4/127.0.0.1/tcp/5001
1010
owner: labdao

0 commit comments

Comments
 (0)