From 8593a03956ceed531694ac370d50bb7c03256c11 Mon Sep 17 00:00:00 2001 From: tangcong Date: Sun, 17 Apr 2022 20:29:02 +0800 Subject: [PATCH] ci: upgrade to v0.2.0-beta.1 --- charts/charts/dashboard/values.yaml | 2 +- charts/values.test.yaml | 2 +- charts/values.yaml | 2 +- docs/installation/kubeadm_en.md | 2 +- docs/installation/minikube-amd64.md | 2 +- docs/installation/minikube-macos.md | 2 +- docs/installation/tke.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/charts/dashboard/values.yaml b/charts/charts/dashboard/values.yaml index 87d2292..7504892 100644 --- a/charts/charts/dashboard/values.yaml +++ b/charts/charts/dashboard/values.yaml @@ -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: "" diff --git a/charts/values.test.yaml b/charts/values.test.yaml index 0957d5e..58d73f6 100644 --- a/charts/values.test.yaml +++ b/charts/values.test.yaml @@ -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 diff --git a/charts/values.yaml b/charts/values.yaml index b13189a..05e49ef 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -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 diff --git a/docs/installation/kubeadm_en.md b/docs/installation/kubeadm_en.md index 3c1a9e5..6fab6ae 100644 --- a/docs/installation/kubeadm_en.md +++ b/docs/installation/kubeadm_en.md @@ -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 ``` diff --git a/docs/installation/minikube-amd64.md b/docs/installation/minikube-amd64.md index a44a106..c7f5818 100644 --- a/docs/installation/minikube-amd64.md +++ b/docs/installation/minikube-amd64.md @@ -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 ``` diff --git a/docs/installation/minikube-macos.md b/docs/installation/minikube-macos.md index 5f86311..7289aba 100644 --- a/docs/installation/minikube-macos.md +++ b/docs/installation/minikube-macos.md @@ -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 ``` diff --git a/docs/installation/tke.md b/docs/installation/tke.md index f825384..622f159 100644 --- a/docs/installation/tke.md +++ b/docs/installation/tke.md @@ -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 ```