Skip to content

Commit

Permalink
chore: bump version to 2.1.1 (#2631)
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <str_ruiling@outlook.com>
  • Loading branch information
STRRL committed Dec 10, 2021
1 parent 7d387b0 commit 4ebd7a2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions helm/chaos-mesh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# limitations under the License.
#
apiVersion: v2
appVersion: "2.1.0"
appVersion: "2.1.1"
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: "2.1.0"
version: "2.1.1"
keywords:
- chaos-engineering
- resiliency
Expand Down
2 changes: 1 addition & 1 deletion helm/chaos-mesh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ images:
# images.registry is the global container registry for the images, you could replace it with your self-hosted container registry.
registry: "ghcr.io"
# images.tag is the global image tag (for example, semiVer with prefix v, or latest).
tag: "v2.1.0"
tag: "v2.1.1"

## Optional array of imagePullSecrets containing private registry credentials
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down
44 changes: 22 additions & 22 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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: v2.1.0
-v, --version Version of chaos-mesh, default value: v2.1.1
-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 @@ -61,7 +61,7 @@ EOF

main() {
local local_kube=""
local cm_version="v2.1.0"
local cm_version="v2.1.1"
local kind_name="kind"
local kind_version="v0.11.1"
local node_num=3
Expand Down Expand Up @@ -911,7 +911,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: chaos-daemon
---
# Source: chaos-mesh/templates/controller-manager-rbac.yaml
Expand All @@ -938,7 +938,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
---
# Source: chaos-mesh/templates/secrets-configuration.yaml
Expand All @@ -965,7 +965,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: webhook-secret
type: Opaque
data:
Expand All @@ -983,7 +983,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
Expand Down Expand Up @@ -1025,7 +1025,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
Expand All @@ -1049,7 +1049,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -1070,7 +1070,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -1091,7 +1091,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
Expand Down Expand Up @@ -1119,7 +1119,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down Expand Up @@ -1154,7 +1154,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: chaos-daemon
spec:
clusterIP: None
Expand Down Expand Up @@ -1218,7 +1218,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
spec:
type: ClusterIP
Expand Down Expand Up @@ -1269,7 +1269,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
spec:
selector:
matchLabels:
Expand All @@ -1282,7 +1282,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: chaos-daemon
annotations:
spec:
Expand Down Expand Up @@ -1355,7 +1355,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: chaos-dashboard
spec:
replicas: 1
Expand All @@ -1370,7 +1370,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: chaos-dashboard
annotations:
spec:
Expand Down Expand Up @@ -1451,7 +1451,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
spec:
replicas: 3
Expand All @@ -1466,7 +1466,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: controller-manager
annotations:
rollme: "install.sh"
Expand Down Expand Up @@ -1743,7 +1743,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: admission-webhook
webhooks:
- name: admission-webhook.chaos-mesh.org
Expand Down Expand Up @@ -2069,7 +2069,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: admission-webhook
webhooks:
- clientConfig:
Expand Down Expand Up @@ -2376,7 +2376,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.0
app.kubernetes.io/version: 2.1.1
app.kubernetes.io/component: admission-webhook
webhooks:
- clientConfig:
Expand Down

0 comments on commit 4ebd7a2

Please sign in to comment.