Skip to content

Commit

Permalink
Update docs to use v0.11.0-rc6 (argoproj#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen authored and alexmt committed Jan 10, 2019
1 parent 0906758 commit a10b0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Application deployment and lifecycle management should be automated, auditable,

```bash
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v0.11.0-rc5/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v0.11.0-rc6/manifests/install.yaml
```

Follow our [getting started guide](docs/getting_started.md). Further [documentation](docs/)
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An example guestbook application is provided to demonstrate how Argo CD works.
## 1. Install Argo CD
```bash
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v0.11.0-rc5/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v0.11.0-rc6/manifests/install.yaml
```
This will create a new namespace, `argocd`, where Argo CD services and application resources will live.

Expand All @@ -31,7 +31,7 @@ brew install argoproj/tap/argocd
On Linux:

```bash
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v0.11.0-rc5/argocd-linux-amd64
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v0.11.0-rc6/argocd-linux-amd64
chmod +x /usr/local/bin/argocd
```

Expand Down

0 comments on commit a10b0af

Please sign in to comment.