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