Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add litmus package #80

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat(litmus): initial support
  • Loading branch information
kosmoz committed May 28, 2024
commit 964455ca799665f13bab364b1a426b3d6427e8cf
4 changes: 4 additions & 0 deletions packages/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ packages:
latestVersion: v2.7.0+2
name: kubernetes-dashboard
shortDescription: General-purpose web UI for Kubernetes clusters
- iconUrl: https://avatars.githubusercontent.com/u/49853472
latestVersion: v3.6.0+1
name: litmus
shortDescription: Open Source Chaos Engineering platform
- iconUrl: https://raw.githubusercontent.com/rabbitmq/rabbitmq-website/30967fb4a7c39f28e9a5f591b8d70db185d8fd54/static/img/rabbitmq-logo.svg
latestVersion: v2.8.0+1
name: rabbitmq-operator
Expand Down
29 changes: 29 additions & 0 deletions packages/litmus/v3.6.0+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json
name: litmus
iconUrl: https://avatars.githubusercontent.com/u/49853472
shortDescription: Open Source Chaos Engineering platform
longDescription: |
LitmusChaos is an open source Chaos Engineering platform that enables teams to identify weaknesses & potential outages
in infrastructures by inducing chaos tests in a controlled way. Developers & SREs can practice Chaos Engineering with
LitmusChaos as it is easy to use, based on modern Chaos Engineering principles & community collaborated. It is 100%
open source & a CNCF project.

LitmusChaos takes a cloud-native approach to create, manage and monitor chaos. The platform itself runs as a set of
microservices and uses Kubernetes custom resources (CRs) to define the chaos intent, as well as the steady state
hypothesis.
references:
- label: GitHub
url: https://github.com/litmuschaos/litmus/
- label: Website
url: https://litmuschaos.io/
- label: ArtifactHub
url: https://artifacthub.io/packages/helm/litmuschaos/litmus
defaultNamespace: litmus
helm:
repositoryUrl: https://litmuschaos.github.io/litmus-helm/
chartName: litmus
chartVersion: "3.6.0"
entrypoints:
- name: frontend
serviceName: litmus-frontend-service
port: 9091
3 changes: 3 additions & 0 deletions packages/litmus/versions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
latestVersion: v3.6.0+1
versions:
- version: v3.6.0+1