From 7c11359a621a13ce1b3b940a96a04f67fe301df6 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 23 Jan 2020 11:30:32 +0000 Subject: [PATCH] 564: version upgraded for chaos-charts --- charts/openebs/experiments.yaml | 23 +++++++++++-------- .../experiment.yaml | 2 +- ...container-failure.chartserviceversion.yaml | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/charts/openebs/experiments.yaml b/charts/openebs/experiments.yaml index f25884f..60a05da 100644 --- a/charts/openebs/experiments.yaml +++ b/charts/openebs/experiments.yaml @@ -10,34 +10,37 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-container-failure - version: 0.1.6 + version: 0.1.7 spec: definition: + scope: Cluster permissions: - apiGroups: - "" - - "extensions" - "apps" - "batch" - "litmuschaos.io" - - "openebs.io" - "storage.k8s.io" resources: - "daemonsets" - - "statefulsets" - - "deployments" - - "replicasets" - "jobs" - "pods" - "pods/exec" - - "chaosengines" - - "chaosexperiments" - - "chaosresults" + - "configmaps" + - "secrets" - "persistentvolumeclaims" - "storageclasses" - "persistentvolumes" + - "chaosengines" + - "chaosexperiments" + - "chaosresults" verbs: - - "*" + - "create" + - "delete" + - "get" + - "list" + - "patch" + - "update" image: "litmuschaos/ansible-runner:latest" args: - -c diff --git a/charts/openebs/openebs-target-container-failure/experiment.yaml b/charts/openebs/openebs-target-container-failure/experiment.yaml index 5779778..1868515 100644 --- a/charts/openebs/openebs-target-container-failure/experiment.yaml +++ b/charts/openebs/openebs-target-container-failure/experiment.yaml @@ -8,7 +8,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-container-failure - version: 0.1.6 + version: 0.1.7 spec: definition: scope: Cluster diff --git a/charts/openebs/openebs-target-container-failure/openebs-target-container-failure.chartserviceversion.yaml b/charts/openebs/openebs-target-container-failure/openebs-target-container-failure.chartserviceversion.yaml index 5b9153f..5642526 100644 --- a/charts/openebs/openebs-target-container-failure/openebs-target-container-failure.chartserviceversion.yaml +++ b/charts/openebs/openebs-target-container-failure/openebs-target-container-failure.chartserviceversion.yaml @@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1 kind: ChartServiceVersion metadata: name: openebs-target-container-failure - version: 0.1.6 + version: 0.1.7 annotations: categories: OpenEBS vendor: CNCF