Unverified Commit 07a0d501 authored by CWen's avatar CWen Committed by GitHub
Browse files

Use v1.0.0 tag (#979)

Signed-off-by: default avatarcwen0 <cwenyin0@gmail.com>
parent b187e5db
Showing with 7 additions and 7 deletions
+7 -7
apiVersion: v1
appVersion: "v1.0"
appVersion: "v1.0.0"
description: Chaos Mesh® is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments.
home: https://chaos-mesh.org
icon: https://raw.githubusercontent.com/pingcap/chaos-mesh/master/static/logo.svg
......
......@@ -29,7 +29,7 @@ controllerManager:
replicaCount: 1
image: pingcap/chaos-mesh:v1.0
image: pingcap/chaos-mesh:v1.0.0
imagePullPolicy: IfNotPresent
nameOverride: ""
......@@ -66,7 +66,7 @@ controllerManager:
podAnnotations: {}
chaosDaemon:
image: pingcap/chaos-daemon:v1.0
image: pingcap/chaos-daemon:v1.0.0
imagePullPolicy: IfNotPresent
grpcPort: 31767
httpPort: 31766
......@@ -108,7 +108,7 @@ dashboard:
serviceAccount: chaos-controller-manager
image: pingcap/chaos-dashboard:v1.0
image: pingcap/chaos-dashboard:v1.0.0
imagePullPolicy: IfNotPresent
nodeSelector: {}
......@@ -269,7 +269,7 @@ webhook:
bpfki:
create: false
image: pingcap/chaos-kernel:v1.0
image: pingcap/chaos-kernel:v1.0.0
imagePullPolicy: IfNotPresent
grpcPort: 50051
resources: {}
......
......@@ -40,7 +40,7 @@ FLAGS:
--template Locally render templates
--k3s Install chaos-mesh in k3s environment
OPTIONS:
-v, --version Version of chaos-mesh, default value: v1.0
-v, --version Version of chaos-mesh, default value: v1.0.0
-l, --local [kind] Choose a way to run a local kubernetes cluster, supported value: kind,
If this value is not set and the Kubernetes is not installed, this script will exit with 1.
-n, --name Name of Kubernetes cluster, default value: kind
......@@ -57,7 +57,7 @@ EOF
main() {
local local_kube=""
local cm_version="v1.0"
local cm_version="v1.0.0"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=3
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment