Skip to content

Commit

Permalink
chore: bump image version to v1.2.3 (#2160)
Browse files Browse the repository at this point in the history
* chore: bump image version to v1.2.3

Signed-off-by: cwen0 <cwenyin0@gmail.com>

* make clean

Signed-off-by: cwen0 <cwenyin0@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
  • Loading branch information
cwen0 and ti-chi-bot authored Jul 28, 2021
1 parent c07207a commit 92f5e71
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.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
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.2
image: pingcap/chaos-mesh:v1.2.3
imagePullPolicy: IfNotPresent

enableFilterNamespace: false
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: {}
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.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
Expand All @@ -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
Expand Down

0 comments on commit 92f5e71

Please sign in to comment.