Skip to content

Commit ee33870

Browse files
authored
Merge pull request #118 from tangcong/release
ci: upgrade to v0.2.0-beta.1
2 parents a8e4c1b + 8593a03 commit ee33870

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

charts/charts/dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: tkestack/kstone-dashboard
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.1.0-beta.1"
11+
tag: "v0.2.0-beta.1"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

charts/values.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
global:
66
env: test
77
kstone:
8-
tag: v0.1.0-beta.1
8+
tag: v0.2.0-beta.1
99

1010
serviceAccount:
1111
# Specifies whether a service account should be created

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
global:
66
env: production
77
kstone:
8-
tag: v0.1.0-beta.1
8+
tag: v0.2.0-beta.1
99

1010
serviceAccount:
1111
# Specifies whether a service account should be created

docs/installation/kubeadm_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-clu
4040
- Download Helm Repo:
4141

4242
```bash
43-
git clone -b release-0.1 git@github.com:tkestack/kstone.git
43+
git clone -b release-0.2 git@github.com:tkestack/kstone.git
4444
cd kstone
4545
cd ./charts
4646
```

docs/installation/minikube-amd64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
6666
- Download Helm Repo:
6767

6868
``` shell
69-
git clone -b release-0.1 git@github.com:tkestack/kstone.git
69+
git clone -b release-0.2 git@github.com:tkestack/kstone.git
7070
cd ./charts
7171
```
7272

docs/installation/minikube-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
5959
- Download Helm Repo:
6060

6161
``` shell
62-
git clone -b release-0.1 git@github.com:tkestack/kstone.git
62+
git clone -b release-0.2 git@github.com:tkestack/kstone.git
6363
cd ./charts
6464
```
6565

docs/installation/tke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
2525
- Download Helm Repo:
2626

2727
``` shell
28-
git clone -b release-0.1 git@github.com:tkestack/kstone.git
28+
git clone -b release-0.2 git@github.com:tkestack/kstone.git
2929
cd ./charts
3030
```
3131

0 commit comments

Comments
 (0)