update charts (#27)
- update chart version - change description field to categoryDescription field - change display name containing '_' to '-' in chartserviceversion - removed file - charts/generic/experiment.yaml - charts/generic/generic.chartserviceversion.basetemplate.yaml - charts/openebs/experiment.yaml - charts/openebs/openebs.chartserviceversion.basetemplate.yaml Signed-off-by: daitya109 <adikid1996@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
name: generic
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
annotations:
|
||||
categories: Kubernetes
|
||||
chartDescription: Injects generic kubernetes chaos
|
||||
@@ -12,9 +12,10 @@ spec:
|
||||
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Install will all the experiments which can be used to inject chaos into containerized appications.
|
||||
|
||||
experiments:
|
||||
- pod-network-delay
|
||||
- pod-network-loss
|
||||
- pod-delete
|
||||
- container-kill
|
||||
- pod-network-latency
|
||||
|
||||
keywords:
|
||||
- Kubernetes
|
||||
@@ -36,6 +37,6 @@ spec:
|
||||
- name: Documentation
|
||||
url: https://kubernetes.io/docs/home/
|
||||
icon:
|
||||
- url:
|
||||
- url: https://raw.githubusercontent.com/litmuschaos/charthub.litmuschaos.io/master/public/litmus.ico
|
||||
mediatype: image/png
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/experiments.yaml
|
||||
|
Reference in New Issue
Block a user