Skip to content

Commit 7805b0b

Browse files
committed
litmus-core: update README.md
Signed-off-by: Nikos Angelopoulos <[email protected]>
1 parent 8a1abc3 commit 7805b0b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

charts/litmus-core/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# litmus-core
22

3-
![Version: 3.20.0](https://img.shields.io/badge/Version-3.20.0-informational?style=flat-square) ![AppVersion: 3.20.0](https://img.shields.io/badge/AppVersion-3.20.0-informational?style=flat-square)
3+
![Version: 3.21.0](https://img.shields.io/badge/Version-3.21.0-informational?style=flat-square) ![AppVersion: 3.21.0](https://img.shields.io/badge/AppVersion-3.21.0-informational?style=flat-square)
44

55
A Helm chart to install litmus infra components on Kubernetes
66

@@ -59,9 +59,18 @@ A Helm chart to install litmus infra components on Kubernetes
5959
| resources.requests.memory | string | `"128Mi"` | |
6060
| runner.image.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner"` | |
6161
| runner.image.tag | string | `"3.20.0"` | |
62+
| scheduler.affinity | object | `{}` | |
63+
| scheduler.enabled | bool | `false` | |
64+
| scheduler.image.pullPolicy | string | `"Always"` | |
65+
| scheduler.image.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/chaos-scheduler"` | |
66+
| scheduler.image.tag | string | `"ci"` | |
67+
| scheduler.nodeSelector | object | `{}` | |
68+
| scheduler.priorityClassName | string | `nil` | |
69+
| scheduler.resources | object | `{}` | |
70+
| scheduler.tolerations | list | `[]` | |
6271
| service.port | int | `80` | |
6372
| service.type | string | `"ClusterIP"` | |
6473
| tolerations | list | `[]` | |
6574

6675
----------------------------------------------
67-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
76+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)