Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Chaos Mesh
Commits
07a0d501
Unverified
Commit
07a0d501
authored
4 years ago
by
CWen
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Use v1.0.0 tag (#979)
Signed-off-by:
cwen0
<
cwenyin0@gmail.com
>
parent
b187e5db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
helm/chaos-mesh/Chart.yaml
+1
-1
helm/chaos-mesh/Chart.yaml
helm/chaos-mesh/values.yaml
+4
-4
helm/chaos-mesh/values.yaml
install.sh
+2
-2
install.sh
with
7 additions
and
7 deletions
+7
-7
helm/chaos-mesh/Chart.yaml
+
1
-
1
View file @
07a0d501
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
...
...
This diff is collapsed.
Click to expand it.
helm/chaos-mesh/values.yaml
+
4
-
4
View file @
07a0d501
...
...
@@ -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
:
{}
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
2
-
2
View file @
07a0d501
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment