Skip to content

Commit

Permalink
Update 0.9.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyan committed Aug 22, 2019
1 parent 1cfec34 commit 91208d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/captain/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: captain
appVersion: "2.0"
version: v0.9.0
version: v0.9.1
description: A Helm3 Controller
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ helm install \
``` bash
helm repo add alauda https://alauda.github.io/charts
kubectl create namespace captain # or choose a namespace you likes, just remember to update the args below
helm install --name=captain --version=v0.9.0 --namespace=captain --set namespace=captain alauda/captain
helm install --name=captain --namespace=captain --set namespace=captain alauda/captain
```

0 comments on commit 91208d7

Please sign in to comment.