507: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-01-10 13:03:29 +00:00
parent d4e359b7be
commit 8bf67e4b2c
6 changed files with 42 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.6 version: 0.1.7
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.2 version: 0.1.3
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-loss name: disk-loss
version: 0.1.5 version: 0.1.6
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -7,7 +7,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.2 version: 0.1.3
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -46,7 +46,7 @@ spec:
value: '' value: ''
- name: FILL_PERCENTAGE - name: FILL_PERCENTAGE
value: '' value: '80'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
@@ -65,7 +65,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: cpu-hog name: cpu-hog
version: 0.0.5 version: 0.1.5
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -371,7 +371,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-loss name: disk-loss
version: 0.1.5 version: 0.1.6
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -412,7 +412,7 @@ spec:
- name: CHAOS_NAMESPACE - name: CHAOS_NAMESPACE
value: '' value: ''
# Only GCP is supported # It supports GCP and AWS
- name: CLOUD_PLATFORM - name: CLOUD_PLATFORM
value: 'GCP' value: 'GCP'
@@ -572,7 +572,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: container-kill name: container-kill
version: 0.1.6 version: 0.1.7
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
@@ -610,7 +610,7 @@ spec:
- name: TARGET_CONTAINER - name: TARGET_CONTAINER
value: '' value: ''
# It only supported pumba # It only supports pumba
- name: LIB - name: LIB
value: 'pumba' value: 'pumba'

View File

@@ -7,29 +7,39 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: kafka-broker-pod-failure name: kafka-broker-pod-failure
version: 0.1.3 version: 0.1.4
spec: spec:
definition: definition:
scope: Cluster
permissions: permissions:
apiGroups: - apiGroups:
- "" - ""
- "extensions" - "apps"
- "apps" - "batch"
- "batch" - "litmuschaos.io"
- "litmuschaos.io" resources:
resources: - "statefulsets"
- "daemonsets" - "deployments"
- "statefulsets" - "configmaps"
- "deployments" - "jobs"
- "replicasets" - "pods"
- "jobs" - "pods/exec"
- "pods" - "chaosengines"
- "pods/exec" - "chaosexperiments"
- "chaosengines" - "chaosresults"
- "chaosexperiments" verbs:
- "chaosresults" - "create"
verbs: - "get"
- "*" - "delete"
- "list"
- "patch"
- apiGroups:
- ""
resources:
- "nodes"
verbs :
- "get"
- "list"
image: "litmuschaos/ansible-runner:ci" image: "litmuschaos/ansible-runner:ci"
args: args:
- -c - -c
@@ -96,7 +106,7 @@ spec:
value: '' value: ''
## env var that describes the library used to execute the chaos ## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal, chaoskube ## default: litmus. Supported values: litmus, powerfulseal
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: kafka-broker-pod-failure name: kafka-broker-pod-failure
version: 0.1.3 version: 0.1.4
spec: spec:
definition: definition:
scope: Cluster scope: Cluster