Skip to content

Commit 2f300db

Browse files
committed
chore(litmus): update docs
Signed-off-by: itninja-hue <[email protected]>
1 parent ade92d0 commit 2f300db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/litmus/README.md

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

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

55
A Helm chart to install ChaosCenter
66

@@ -80,6 +80,7 @@ $ helm install litmus-portal litmuschaos/litmus
8080
| portal.frontend.livenessProbe.successThreshold | int | `1` | |
8181
| portal.frontend.livenessProbe.timeoutSeconds | int | `5` | |
8282
| portal.frontend.nodeSelector | object | `{}` | |
83+
| portal.frontend.podAnnotations | object | `{}` | |
8384
| portal.frontend.readinessProbe.initialDelaySeconds | int | `5` | |
8485
| portal.frontend.readinessProbe.periodSeconds | int | `10` | |
8586
| portal.frontend.readinessProbe.successThreshold | int | `1` | |
@@ -181,6 +182,7 @@ $ helm install litmus-portal litmuschaos/litmus
181182
| portal.server.graphqlServer.volumes[1].emptyDir | object | `{}` | |
182183
| portal.server.graphqlServer.volumes[1].name | string | `"hub-storage"` | |
183184
| portal.server.nodeSelector | object | `{}` | |
185+
| portal.server.podAnnotations | object | `{}` | |
184186
| portal.server.replicas | int | `1` | |
185187
| portal.server.service.annotations | object | `{}` | |
186188
| portal.server.service.authRpcServer.port | int | `3030` | |

charts/litmus/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ upgradeAgent:
6363
tolerations: []
6464
affinity: {}
6565
resources: {}
66-
podAnnotations: {}
6766
# We usually recommend not to specify default resources and to leave this as a conscious
6867
# choice for the user. This also increases chances charts run on environments with little
6968
# resources, such as Minikube. If you do want to specify resources, uncomment the following

0 commit comments

Comments
 (0)