975: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-05-13 09:59:04 +00:00
parent c7dc861c75
commit a745484ea1
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -85,7 +85,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.10 version: 0.1.11
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -139,12 +139,12 @@ spec:
# Only litmus supported # Only litmus supported
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
# Provide the container runtime path # Provide the container runtime path
# Default set to docker # Default set to docker
- name: CONTAINER_PATH - name: CONTAINER_PATH
value: '/var/lib/docker/containers' value: '/var/lib/docker/containers'
labels: labels:
name: disk-fill name: disk-fill
--- ---