303: version upgraded for chaos-charts
This commit is contained in:
@@ -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
|
||||||
|
@@ -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:
|
||||||
|
@@ -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/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user