Skip to content

Commit

Permalink
Merge pull request #268 from jbw976/v0.2
Browse files Browse the repository at this point in the history
docs: bump quickstart and demos to v0.2.0
  • Loading branch information
jbw976 committed Dec 8, 2016
2 parents 63a405b + 58eb2e9 commit e0f680c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ On a modern Linux host run the following:
1. Download the latest binaries

```bash
$ wget https://github.com/rook/rook/releases/download/v0.1.0/rook-v0.1.0-linux-amd64.tar.gz
$ tar xvf rook-v0.1.0-linux-amd64.tar.gz
$ wget https://github.com/rook/rook/releases/download/v0.2.0/rook-v0.2.0-linux-amd64.tar.gz
$ tar xvf rook-v0.2.0-linux-amd64.tar.gz
```

2. Start a one node Rook cluster
Expand Down
2 changes: 1 addition & 1 deletion demo/kubernetes/rook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: rookd
image: quay.io/rook/rookd:v0.1.1
image: quay.io/rook/rookd:v0.2.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit e0f680c

Please sign in to comment.