735: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-03-04 15:14:14 +00:00
parent 2442eaeb1f
commit 6d983791c3
10 changed files with 27 additions and 28 deletions

View File

@@ -142,7 +142,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-cpu-hog
version: 0.1.5
version: 0.1.6
spec:
definition:
scope: Namespaced
@@ -181,7 +181,7 @@ spec:
value: '1'
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
value: '60' # in seconds
# Period to wait before injection of chaos in sec
- name: RAMP_TIME
@@ -204,7 +204,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.4
version: 0.1.5
spec:
definition:
scope: Namespaced
@@ -250,9 +250,9 @@ spec:
value: '100' #in PERCENTAGE
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
value: '60' # in seconds
# Period to wait before injection of chaos in sec
# Time period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
@@ -340,7 +340,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Namespaced
@@ -386,9 +386,9 @@ spec:
value: '100' #in PERCENTAGE
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
value: '60' # in seconds
# Period to wait before injection of chaos in sec
# ime period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''
@@ -486,7 +486,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Namespaced
@@ -532,9 +532,9 @@ spec:
value: '60000' #in ms
- name: TOTAL_CHAOS_DURATION
value: '60000' #in ms
value: '60' # in seconds
# Period to wait before injection of chaos in sec
# Time period to wait before injection of chaos in sec
- name: RAMP_TIME
value: ''

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-cpu-hog
version: 0.1.5
version: 0.1.6
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-corruption
version: 0.1.4
version: 0.1.5
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-latency
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Namespaced

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: pod-network-loss
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Namespaced