Skip to content

Commit f96f1a3

Browse files
committed
Update release version
1 parent 2c63514 commit f96f1a3

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

charts/captain/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: captain
22
appVersion: "2.0"
3-
version: v2.2-b.2
3+
version: v0.8.0
44
description: A Helm3 Controller

charts/captain/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ global:
1313
images:
1414
captain:
1515
repository: alaudapublic/captain
16-
tag: v2.2-b.2
16+
tag: v0.8.0

docs/install.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@ helm install \
3434
``` bash
3535
helm repo add alauda https://alauda.github.io/charts
3636
kubectl create namespace captain # or choose a namespace you likes, just remember to update the args below
37-
helm install --name=captain --version=v2.2-b.2 --namespace=captain --set namespace=captain alauda/captain
37+
helm install --name=captain --version=v0.8.0 --namespace=captain --set namespace=captain alauda/captain
3838
```
39-
40-
About the versions, this project has an jenkins pipeline which target on internal purpose usage.
41-
It will tag master commits, so there will be a lot of tags. For now there is only one stable version
42-
`v2.2-b.2` which is well tested. This workflow will changed ASAP.

0 commit comments

Comments
 (0)