Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyan committed Aug 2, 2019
1 parent 2c63514 commit f96f1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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: v2.2-b.2
version: v0.8.0
description: A Helm3 Controller
2 changes: 1 addition & 1 deletion charts/captain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ global:
images:
captain:
repository: alaudapublic/captain
tag: v2.2-b.2
tag: v0.8.0
6 changes: 1 addition & 5 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +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=v2.2-b.2 --namespace=captain --set namespace=captain alauda/captain
helm install --name=captain --version=v0.8.0 --namespace=captain --set namespace=captain alauda/captain
```

About the versions, this project has an jenkins pipeline which target on internal purpose usage.
It will tag master commits, so there will be a lot of tags. For now there is only one stable version
`v2.2-b.2` which is well tested. This workflow will changed ASAP.

0 comments on commit f96f1a3

Please sign in to comment.