{"id":19057480,"url":"https://github.com/litmuschaos/litmus-helm","last_synced_at":"2026-02-16T18:01:11.263Z","repository":{"id":37038192,"uuid":"250495285","full_name":"litmuschaos/litmus-helm","owner":"litmuschaos","description":"Helm Charts for the Litmus Chaos Operator \u0026 CRDs ","archived":false,"fork":false,"pushed_at":"2026-01-19T07:34:07.000Z","size":8878,"stargazers_count":55,"open_issues_count":38,"forks_count":107,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-30T18:31:26.604Z","etag":null,"topics":["chart","charts","helm","helm-chart","helm-charts","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litmuschaos.png","metadata":{"files":{"readme":"README-core.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-27T09:42:13.000Z","updated_at":"2026-01-19T07:33:51.000Z","dependencies_parsed_at":"2022-07-14T04:20:28.651Z","dependency_job_id":"3bf3991d-6335-4dbb-8a27-081c7c19be29","html_url":"https://github.com/litmuschaos/litmus-helm","commit_stats":null,"previous_names":[],"tags_count":183,"template":false,"template_full_name":null,"purl":"pkg:github/litmuschaos/litmus-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litmuschaos%2Flitmus-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litmuschaos%2Flitmus-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litmuschaos%2Flitmus-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litmuschaos%2Flitmus-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litmuschaos","download_url":"https://codeload.github.com/litmuschaos/litmus-helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litmuschaos%2Flitmus-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29514583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T17:46:34.542Z","status":"ssl_error","status_checked_at":"2026-02-16T17:46:30.907Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chart","charts","helm","helm-chart","helm-charts","kubernetes"],"created_at":"2024-11-08T23:57:35.239Z","updated_at":"2026-02-16T18:01:11.235Z","avatar_url":"https://github.com/litmuschaos.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Litmus helm\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![\u003clitmuschaos\u003e](https://circleci.com/gh/litmuschaos/litmus-helm/tree/master.svg?style=svg)](https://circleci.com/gh/litmuschaos/litmus-helm/tree/master)\n\nHelm Charts for the Litmus Chaos Operator \u0026amp; CRDs\n\n## Usage\n\n### PreRequisites\n\n- Install [helm3](https://helm.sh/docs/intro/install/)\n- Kubernetes \u003e= 1.16\n\n**Note**: Litmus uses Kubernetes custom resource definitions (CRDs) to define chaos intent. Helm3 handles CRDs [better](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#helm) than helm2!!\n\n### Installation Steps\n\nThe following steps will help you install litmus via helm.\n\n#### Step-1: Add the litmus helm repository\n\n```bash\nroot@demo:~# helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/\n\"litmuschaos\" has been added to your repositories\n```\n\n```bash\nroot@demo:~# helm repo list\nNAME            URL\nlitmuschaos     https://litmuschaos.github.io/litmus-helm/\n```\n\n```bash\nroot@demo:~# helm search repo litmuschaos\nNAME                    CHART VERSION   APP VERSION     DESCRIPTION\nlitmuschaos/litmus      1.13.0           1.13.0           A Helm chart to install litmus infra components...\n```\n\n#### Step-2: Create the litmus namespace\n\n- The litmus infra components will be placed in this namespace.\n\n**Note**: The chaos operator can be placed in any namespace, though it is typically placed in \"litmus\".\n\n```bash\nroot@demo:~# kubectl create ns litmus\nnamespace/litmus created\n```\n\n#### Step-3: Install the litmus chaos operator and CRDs\n\n```bash\nroot@demo:~# helm install chaos litmuschaos/litmus --namespace=litmus\nNAME: chaos\nLAST DEPLOYED: Fri Sep  29 06:19:50 2020\nNAMESPACE: litmus\nSTATUS: deployed\nREVISION: 1\nTEST SUITE: None\n```\n\n*With this, you are good to go!! Refer to the chaos experiment [documentation](https://docs.litmuschaos.io/docs/pod-delete/) to start executing your first experiment.*\n\n### Additional Steps (Verification)\n\nYou can run the following commands if you wish to verify if all desired components are installed successfully.\n\n- Check if chaos CRDs are installed \u0026 the api-resources are created for the same\n\n```bash\nroot@demo:~# kubectl get crds | grep litmus\nchaosengines.litmuschaos.io             2020-09-29T06:10:29Z\nchaosexperiments.litmuschaos.io         2020-09-29T06:10:29Z\nchaosresults.litmuschaos.io             2020-09-29T06:10:29Z\n```\n\n```bash\nroot@demo:~# kubectl api-resources | grep litmus\nchaosengines                                   litmuschaos.io                 true         ChaosEngine\nchaosexperiments                               litmuschaos.io                 true         ChaosExperiment\nchaosresults                                   litmuschaos.io                 true         ChaosResult\n```\n\n- Check if the litmus chaos operator deployment is running successfully\n\n```bash\nroot@demo:~# kubectl get pods -n litmus\nNAME                      READY   STATUS    RESTARTS   AGE\nlitmus-7d998b6568-nnlcd   1/1     Running   0          106s\n```\n\n- Check if the chaos operator RBAC is configured appropriately:\n\n```bash\nroot@demo:~# kubectl get serviceaccount -n litmus\nNAME      SECRETS   AGE\ndefault   1         3m56s\nlitmus    1         3m34s\n```\n\n```bash\nroot@demo:~# kubectl get clusterrole,clusterrolebinding | grep litmus\nclusterrole.rbac.authorization.k8s.io/litmus                                                        4m18s\nclusterrolebinding.rbac.authorization.k8s.io/litmus                                                 4m18s\n```\n\n## Contributing\n\nWe'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.\n\n## License\n\n[Apache 2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitmuschaos%2Flitmus-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitmuschaos%2Flitmus-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitmuschaos%2Flitmus-helm/lists"}