11# litmus
22
3- ![ Version: 2.12.1 ] ( https://img.shields.io/badge/Version-2.12.1 -informational?style=flat-square ) ![ AppVersion: 2.11 .0] ( https://img.shields.io/badge/AppVersion-2.11 .0-informational?style=flat-square )
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 )
44
55A Helm chart to install ChaosCenter
66
@@ -47,7 +47,7 @@ $ helm install litmus-portal litmuschaos/litmus
4747| adminConfig.DB_SERVER | string | ` "" ` | |
4848| adminConfig.JWTSecret | string | ` "litmus-portal@123" ` | |
4949| adminConfig.SKIP_SSL_VERIFY | string | ` "false" ` | |
50- | adminConfig.VERSION | string | ` "2.11 .0" ` | |
50+ | adminConfig.VERSION | string | ` "2.12 .0" ` | |
5151| customLabels | object | ` {} ` | Additional labels |
5252| existingSecret | string | ` "" ` | Use existing secret (e.g., External Secrets) |
5353| image.imagePullSecrets | list | ` [] ` | |
@@ -73,7 +73,7 @@ $ helm install litmus-portal litmuschaos/litmus
7373| portal.frontend.customLabels | object | ` {} ` | |
7474| portal.frontend.image.pullPolicy | string | ` "Always" ` | |
7575| portal.frontend.image.repository | string | ` "litmusportal-frontend" ` | |
76- | portal.frontend.image.tag | string | ` "2.11 .0" ` | |
76+ | portal.frontend.image.tag | string | ` "2.12 .0" ` | |
7777| portal.frontend.livenessProbe.failureThreshold | int | ` 5 ` | |
7878| portal.frontend.livenessProbe.initialDelaySeconds | int | ` 30 ` | |
7979| portal.frontend.livenessProbe.periodSeconds | int | ` 10 ` | |
@@ -109,7 +109,7 @@ $ helm install litmus-portal litmuschaos/litmus
109109| portal.server.authServer.env.LITMUS_GQL_GRPC_PORT | string | ` ":8000" ` | |
110110| portal.server.authServer.image.pullPolicy | string | ` "Always" ` | |
111111| portal.server.authServer.image.repository | string | ` "litmusportal-auth-server" ` | |
112- | portal.server.authServer.image.tag | string | ` "2.11 .0" ` | |
112+ | portal.server.authServer.image.tag | string | ` "2.12 .0" ` | |
113113| portal.server.authServer.ports[ 0] .containerPort | int | ` 3030 ` | |
114114| portal.server.authServer.ports[ 0] .name | string | ` "auth-server" ` | |
115115| portal.server.authServer.ports[ 1] .containerPort | int | ` 3000 ` | |
@@ -130,24 +130,25 @@ $ helm install litmus-portal litmuschaos/litmus
130130| portal.server.graphqlServer.genericEnv.AGENT_DEPLOYMENTS | string | ` "[\"app=chaos-exporter\", \"name=chaos-operator\", \"app=event-tracker\", \"app=workflow-controller\"]" ` | |
131131| portal.server.graphqlServer.genericEnv.CHAOS_CENTER_UI_ENDPOINT | string | ` "" ` | |
132132| portal.server.graphqlServer.genericEnv.CONTAINER_RUNTIME_EXECUTOR | string | ` "k8sapi" ` | |
133- | portal.server.graphqlServer.genericEnv.HUB_BRANCH_NAME | string | ` "v2.10 .x" ` | |
133+ | portal.server.graphqlServer.genericEnv.HUB_BRANCH_NAME | string | ` "v2.11 .x" ` | |
134134| portal.server.graphqlServer.genericEnv.LITMUS_AUTH_GRPC_PORT | string | ` ":3030" ` | |
135+ | portal.server.graphqlServer.genericEnv.REMOTE_HUB_MAX_SIZE | string | ` "5000000" ` | |
135136| portal.server.graphqlServer.genericEnv.SELF_AGENT | string | ` "true" ` | |
136137| portal.server.graphqlServer.genericEnv.SELF_AGENT_NODE_SELECTOR | string | ` "" ` | |
137138| portal.server.graphqlServer.genericEnv.SELF_AGENT_TOLERATIONS | string | ` "" ` | |
138139| portal.server.graphqlServer.genericEnv.TLS_CERT_64 | string | ` "" ` | |
139140| portal.server.graphqlServer.genericEnv.TLS_SECRET_NAME | string | ` "" ` | |
140- | portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | ` "2.10 .0" ` | |
141+ | portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | ` "2.11 .0" ` | |
141142| portal.server.graphqlServer.image.pullPolicy | string | ` "Always" ` | |
142143| portal.server.graphqlServer.image.repository | string | ` "litmusportal-server" ` | |
143- | portal.server.graphqlServer.image.tag | string | ` "2.11 .0" ` | |
144- | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_CONTROLLER_IMAGE | string | ` "workflow-controller:v3.2.9 " ` | |
145- | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_EXECUTOR_IMAGE | string | ` "argoexec:v3.2.9 " ` | |
146- | portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | ` "litmusportal-event-tracker:2.11 .0" ` | |
147- | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | ` "chaos-exporter:2.10 .0" ` | |
148- | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | ` "chaos-operator:2.10 .0" ` | |
149- | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | ` "chaos-runner:2.10 .0" ` | |
150- | portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | ` "litmusportal-subscriber:2.11 .0" ` | |
144+ | portal.server.graphqlServer.image.tag | string | ` "2.12 .0" ` | |
145+ | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_CONTROLLER_IMAGE | string | ` "workflow-controller:v3.3.1 " ` | |
146+ | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_EXECUTOR_IMAGE | string | ` "argoexec:v3.3.1 " ` | |
147+ | portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | ` "litmusportal-event-tracker:2.12 .0" ` | |
148+ | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | ` "chaos-exporter:2.11 .0" ` | |
149+ | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | ` "chaos-operator:2.11 .0" ` | |
150+ | portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | ` "chaos-runner:2.11 .0" ` | |
151+ | portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | ` "litmusportal-subscriber:2.12 .0" ` | |
151152| portal.server.graphqlServer.livenessProbe.failureThreshold | int | ` 5 ` | |
152153| portal.server.graphqlServer.livenessProbe.initialDelaySeconds | int | ` 30 ` | |
153154| portal.server.graphqlServer.livenessProbe.periodSeconds | int | ` 10 ` | |
@@ -196,7 +197,7 @@ $ helm install litmus-portal litmuschaos/litmus
196197| portal.server.updateStrategy | object | ` {} ` | |
197198| portal.server.waitForMongodb.image.pullPolicy | string | ` "Always" ` | |
198199| portal.server.waitForMongodb.image.repository | string | ` "curl" ` | |
199- | portal.server.waitForMongodb.image.tag | string | ` "2.10 .0" ` | |
200+ | portal.server.waitForMongodb.image.tag | string | ` "2.11 .0" ` | |
200201| portal.server.waitForMongodb.resources.limits.cpu | string | ` "250m" ` | |
201202| portal.server.waitForMongodb.resources.limits.ephemeral-storage | string | ` "1Gi" ` | |
202203| portal.server.waitForMongodb.resources.limits.memory | string | ` "512Mi" ` | |
@@ -207,7 +208,7 @@ $ helm install litmus-portal litmuschaos/litmus
207208| upgradeAgent.affinity | object | ` {} ` | |
208209| upgradeAgent.controlPlane.image.pullPolicy | string | ` "Always" ` | |
209210| upgradeAgent.controlPlane.image.repository | string | ` "upgrade-agent-cp" ` | |
210- | upgradeAgent.controlPlane.image.tag | string | ` "2.11 .0" ` | |
211+ | upgradeAgent.controlPlane.image.tag | string | ` "2.12 .0" ` | |
211212| upgradeAgent.controlPlane.restartPolicy | string | ` "OnFailure" ` | |
212213| upgradeAgent.nodeSelector | object | ` {} ` | |
213214| upgradeAgent.resources | object | ` {} ` | |
0 commit comments