836: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-03-17 02:51:16 +00:00
parent 967665c7bf
commit 86955ef1d3
5 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ kind: ChartServiceVersion
metadata:
createdAt: 2019-12-30T10:28:08Z
name: coredns
version: 0.1.2
version: 0.1.3
annotations:
categories: Kubernetes
chartDescription: Injects coredns chaos

View File

@@ -466,9 +466,9 @@ spec:
- name: CHAOS_NAMESPACE
value: ''
# It supports GCP and AWS
# GKE and AWS supported
- name: CLOUD_PLATFORM
value: 'GCP'
value: 'GKE'
- name: PROJECT_ID
value: ''

View File

@@ -3,7 +3,7 @@ kind: ChartServiceVersion
metadata:
createdAt: 2019-09-26T10:28:08Z
name: generic
version: 0.1.10
version: 0.1.11
annotations:
categories: Kubernetes
chartDescription: Injects generic kubernetes chaos

View File

@@ -62,8 +62,13 @@ spec:
- name: KAFKA_LIVENESS_IMAGE
value: 'litmuschaos/kafka-client:ci'
# set to 'enabled' if you have auth set up
- name: KAFKA_SASL_AUTH
value: 'disabled'
# Recommended timeout for EKS platform: 60000 ms
- name: KAFKA_CONSUMER_TIMEOUT
value: '30000'
value: '30000' #in ms
- name: TOTAL_CHAOS_DURATION
value: '15'
@@ -185,8 +190,9 @@ spec:
- name: ZONE_NAME
value: ''
# GKE and AWS supported
- name: CLOUD_PLATFORM
value: 'GCP'
value: 'GKE'
- name: KAFKA_NAMESPACE
value: ''

View File

@@ -168,9 +168,9 @@ spec:
- name: CHAOS_NAMESPACE
value: ''
# It supports GCP and AWS
# GKE and AWS supported
- name: CLOUD_PLATFORM
value: 'GCP'
value: 'GKE'
- name: PROJECT_ID
value: ''