From e937fb2e1498cbd6c57623f2158092c2853af935 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 23 Jan 2020 11:36:03 +0000 Subject: [PATCH] 566: version upgraded for chaos-charts --- charts/openebs/experiments.yaml | 24 ++++++++++++++----- .../experiment.yaml | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/charts/openebs/experiments.yaml b/charts/openebs/experiments.yaml index 60a05da..e5f512d 100644 --- a/charts/openebs/experiments.yaml +++ b/charts/openebs/experiments.yaml @@ -110,9 +110,10 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-pod-failure - version: 0.1.6 + version: 0.1.7 spec: definition: + scope: Cluster permissions: - apiGroups: - "" @@ -120,16 +121,15 @@ spec: - "apps" - "batch" - "litmuschaos.io" - - "openebs.io" - "storage.k8s.io" resources: - - "daemonsets" - - "statefulsets" - "deployments" - - "replicasets" - "jobs" - "pods" - "pods/exec" + - "configmaps" + - "secrets" + - "services" - "chaosengines" - "chaosexperiments" - "chaosresults" @@ -137,7 +137,19 @@ spec: - "storageclasses" - "persistentvolumes" verbs: - - "*" + - "create" + - "get" + - "delete" + - "list" + - "patch" + - "update" + - apiGroups: + - "" + resources: + - "nodes" + verbs: + - "get" + - "list" image: "litmuschaos/ansible-runner:latest" args: - -c diff --git a/charts/openebs/openebs-target-pod-failure/experiment.yaml b/charts/openebs/openebs-target-pod-failure/experiment.yaml index 906c618..5e67d9a 100644 --- a/charts/openebs/openebs-target-pod-failure/experiment.yaml +++ b/charts/openebs/openebs-target-pod-failure/experiment.yaml @@ -8,7 +8,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-pod-failure - version: 0.1.6 + version: 0.1.7 spec: definition: scope: Cluster