Unverified Commit 92f5e71c authored by CWen's avatar CWen Committed by GitHub
Browse files

chore: bump image version to v1.2.3 (#2160)


* chore: bump image version to v1.2.3
Signed-off-by: default avatarcwen0 <cwenyin0@gmail.com>

* make clean
Signed-off-by: default avatarcwen0 <cwenyin0@gmail.com>
Co-authored-by: default avatarTi Chi Robot <ti-community-prow-bot@tidb.io>
parent c07207a4
Showing with 8 additions and 8 deletions
+8 -8
apiVersion: v2
appVersion: "v1.2.2"
appVersion: "v1.2.3"
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.2
version: v0.5.3
keywords:
- chaos-engineering
- resiliency
......
......@@ -33,7 +33,7 @@ controllerManager:
priorityClassName: ""
image: pingcap/chaos-mesh:v1.2.2
image: pingcap/chaos-mesh:v1.2.3
imagePullPolicy: IfNotPresent
enableFilterNamespace: false
......@@ -69,7 +69,7 @@ controllerManager:
allowHostNetworkTesting: false
chaosDaemon:
image: pingcap/chaos-daemon:v1.2.2
image: pingcap/chaos-daemon:v1.2.3
imagePullPolicy: IfNotPresent
grpcPort: 31767
httpPort: 31766
......@@ -141,7 +141,7 @@ dashboard:
serviceAccount: chaos-controller-manager
image: pingcap/chaos-dashboard:v1.2.2
image: pingcap/chaos-dashboard:v1.2.3
imagePullPolicy: IfNotPresent
securityMode: true
......@@ -356,7 +356,7 @@ webhook:
bpfki:
create: false
image: pingcap/chaos-kernel:v1.2.2
image: pingcap/chaos-kernel:v1.2.3
imagePullPolicy: IfNotPresent
grpcPort: 50051
resources: {}
......
......@@ -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.2
-v, --version Version of chaos-mesh, default value: v1.2.3
-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
......@@ -60,7 +60,7 @@ EOF
main() {
local local_kube=""
local cm_version="v1.2.2"
local cm_version="v1.2.3"
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