237: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2019-11-11 14:17:50 +00:00
parent ee03150e8e
commit 3112bba284
2 changed files with 35 additions and 7 deletions

View File

@@ -59,9 +59,28 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.2
version: 0.1.3
spec:
definition:
permissions:
apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
resources:
- "daemonsets"
- "statefulsets"
- "deployments"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "*"
image: "litmuschaos/ansible-runner:ci"
args:
- -c
@@ -69,16 +88,25 @@ spec:
command:
- /bin/bash
env:
- name: TARGET_CONTAINER
value: ""
value: ''
- name: NETWORK_INTERFACE
value: "eth0"
value: 'eth0'
- name: NETWORK_PACKET_LOSS_PERCENTAGE
value: "100" #in PERCENTAGE
value: '100' #in PERCENTAGE
- name: TOTAL_CHAOS_DURATION
value: "60000" #in ms
value: '60000' #in ms
- name: LIB
value: "pumba"
value: 'pumba'
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8'
labels:
name: pod-network-loss

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: pod-network-loss
version: 0.1.3
version: 0.1.4
annotations:
categories: Kubernetes
vendor: CNCF