File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : captain
2
2
appVersion : " 2.0"
3
- version : v2.2-b.2
3
+ version : v0.8.0
4
4
description : A Helm3 Controller
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ global:
13
13
images :
14
14
captain :
15
15
repository : alaudapublic/captain
16
- tag : v2.2-b.2
16
+ tag : v0.8.0
Original file line number Diff line number Diff line change @@ -34,9 +34,5 @@ helm install \
34
34
``` bash
35
35
helm repo add alauda https://alauda.github.io/charts
36
36
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
38
38
```
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.
You can’t perform that action at this time.
0 commit comments