Skip to content

Commit

Permalink
chore: bump version to 1.2.4 (#2565)
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <str_ruiling@outlook.com>
  • Loading branch information
STRRL committed Nov 25, 2021
1 parent 9ee1135 commit 04047c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm/chaos-mesh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
appVersion: "v1.2.3"
appVersion: "v1.2.4"
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
sources:
- https://github.com/pingcap/chaos-mesh
name: chaos-mesh
version: v0.5.3
version: v0.5.4
keywords:
- chaos-engineering
- resiliency
Expand Down
8 changes: 4 additions & 4 deletions helm/chaos-mesh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ controllerManager:

priorityClassName: ""

image: pingcap/chaos-mesh:v1.2.3
image: pingcap/chaos-mesh:v1.2.4
imagePullPolicy: IfNotPresent

enableFilterNamespace: false
Expand Down Expand Up @@ -69,7 +69,7 @@ controllerManager:
allowHostNetworkTesting: false

chaosDaemon:
image: pingcap/chaos-daemon:v1.2.3
image: pingcap/chaos-daemon:v1.2.4
imagePullPolicy: IfNotPresent
grpcPort: 31767
httpPort: 31766
Expand Down Expand Up @@ -141,7 +141,7 @@ dashboard:

serviceAccount: chaos-controller-manager

image: pingcap/chaos-dashboard:v1.2.3
image: pingcap/chaos-dashboard:v1.2.4
imagePullPolicy: IfNotPresent

securityMode: true
Expand Down Expand Up @@ -356,7 +356,7 @@ webhook:

bpfki:
create: false
image: pingcap/chaos-kernel:v1.2.3
image: pingcap/chaos-kernel:v1.2.4
imagePullPolicy: IfNotPresent
grpcPort: 50051
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FLAGS:
--microk8s Install chaos-mesh in microk8s environment
--host-network Install chaos-mesh using hostNetwork
OPTIONS:
-v, --version Version of chaos-mesh, default value: v1.2.3
-v, --version Version of chaos-mesh, default value: v1.2.4
-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
Expand All @@ -60,7 +60,7 @@ EOF

main() {
local local_kube=""
local cm_version="v1.2.3"
local cm_version="v1.2.4"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=3
Expand Down

0 comments on commit 04047c8

Please sign in to comment.