491: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-01-09 04:16:59 +00:00
parent 7c99b1c504
commit 3041abecea
2 changed files with 18 additions and 19 deletions

View File

@@ -128,19 +128,18 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: pod-cpu-hog name: pod-cpu-hog
version: 0.1.1 version: 0.1.2
spec: spec:
definition: definition:
scope: Namespaced scope: Namespaced
permissions: permissions:
apiGroups: - apiGroups:
- "" - ""
- "batch" - "batch"
- "litmuschaos.io" - "litmuschaos.io"
resources: resources:
- "jobs" - "jobs"
- "pods" - "pods"
- "pods/exec"
- "chaosengines" - "chaosengines"
- "chaosexperiments" - "chaosexperiments"
- "chaosresults" - "chaosresults"

View File

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