303: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2019-11-14 15:44:40 +00:00
parent 8be6a10f64
commit 6c585c3365
4 changed files with 33 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion kind: ChartServiceVersion
metadata: metadata:
name: disk-loss name: disk-loss
version: 0.1.1 version: 0.1.2
annotations: annotations:
categories: Kubernetes categories: Kubernetes
vendor: Mayadata vendor: Mayadata

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-loss name: disk-loss
version: 0.1.1 version: 0.1.2
spec: spec:
permissions: permissions:
apiGroups: apiGroups:

View File

@@ -234,7 +234,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-loss name: disk-loss
version: 0.1.1 version: 0.1.2
spec: spec:
permissions: permissions:
apiGroups: apiGroups:
@@ -261,11 +261,38 @@ spec:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK - name: ANSIBLE_STDOUT_CALLBACK
value: default value: 'default'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: 15 value: '15'
- name: APP_CHECK
value: 'true'
- name: CHAOS_NAMESPACE
value: ''
# Only GCP is supported
- name: CLOUD_PLATFORM
value: 'GCP'
- name: PROJECT_ID
value: ''
- name: NODE_NAME
value: ''
- name: DISK_NAME
value: ''
- name: ZONE_NAME
value: ''
labels: labels:
name: disk-loss name: disk-loss
secrets:
- name: disk-loss
mountPath: /tmp/
--- ---

View File

@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion kind: ChartServiceVersion
metadata: metadata:
name: kafka name: kafka
version: 0.1.1 version: 0.1.2
annotations: annotations:
categories: Kafka categories: Kafka
chartDescription: Injects chaos on kafka components chartDescription: Injects chaos on kafka components