Skip to content

Commit

Permalink
ci: upgrade to v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcong committed Apr 17, 2022
1 parent a8e4c1b commit 8593a03
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/charts/dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: tkestack/kstone-dashboard
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.0-beta.1"
tag: "v0.2.0-beta.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
global:
env: test
kstone:
tag: v0.1.0-beta.1
tag: v0.2.0-beta.1

serviceAccount:
# Specifies whether a service account should be created
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
global:
env: production
kstone:
tag: v0.1.0-beta.1
tag: v0.2.0-beta.1

serviceAccount:
# Specifies whether a service account should be created
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/kubeadm_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-clu
- Download Helm Repo:

```bash
git clone -b release-0.1 git@github.com:tkestack/kstone.git
git clone -b release-0.2 git@github.com:tkestack/kstone.git
cd kstone
cd ./charts
```
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/minikube-amd64.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
- Download Helm Repo:

``` shell
git clone -b release-0.1 git@github.com:tkestack/kstone.git
git clone -b release-0.2 git@github.com:tkestack/kstone.git
cd ./charts
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/minikube-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
- Download Helm Repo:

``` shell
git clone -b release-0.1 git@github.com:tkestack/kstone.git
git clone -b release-0.2 git@github.com:tkestack/kstone.git
cd ./charts
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/tke.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please refer to [helm installation](https://helm.sh/docs/intro/install/)
- Download Helm Repo:

``` shell
git clone -b release-0.1 git@github.com:tkestack/kstone.git
git clone -b release-0.2 git@github.com:tkestack/kstone.git
cd ./charts
```

Expand Down

0 comments on commit 8593a03

Please sign in to comment.