|
1 | 1 | # litmus |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | A Helm chart to install ChaosCenter |
6 | 6 |
|
@@ -56,7 +56,7 @@ We separated service configuration from `portal.server.service` to `portal.serve |
56 | 56 | | adminConfig.DB_PORT | string | `""` | | |
57 | 57 | | adminConfig.DB_SERVER | string | `""` | | |
58 | 58 | | adminConfig.SKIP_SSL_VERIFY | string | `"false"` | | |
59 | | -| adminConfig.VERSION | string | `"3.21.0"` | | |
| 59 | +| adminConfig.VERSION | string | `"3.22.0"` | | |
60 | 60 | | allowedOrigins | string | `".*"` | | |
61 | 61 | | customLabels | object | `{}` | Additional labels | |
62 | 62 | | customPodAnnotations | object | `{}` | Additional annotations | |
@@ -107,7 +107,7 @@ We separated service configuration from `portal.server.service` to `portal.serve |
107 | 107 | | portal.frontend.customLabels | object | `{}` | | |
108 | 108 | | portal.frontend.image.pullPolicy | string | `"Always"` | | |
109 | 109 | | portal.frontend.image.repository | string | `"litmusportal-frontend"` | | |
110 | | -| portal.frontend.image.tag | string | `"3.21.0"` | | |
| 110 | +| portal.frontend.image.tag | string | `"3.22.0"` | | |
111 | 111 | | portal.frontend.livenessProbe.failureThreshold | int | `5` | | |
112 | 112 | | portal.frontend.livenessProbe.initialDelaySeconds | int | `30` | | |
113 | 113 | | portal.frontend.livenessProbe.periodSeconds | int | `10` | | |
@@ -146,7 +146,7 @@ We separated service configuration from `portal.server.service` to `portal.serve |
146 | 146 | | portal.server.authServer.env | object | `{}` | | |
147 | 147 | | portal.server.authServer.image.pullPolicy | string | `"Always"` | | |
148 | 148 | | portal.server.authServer.image.repository | string | `"litmusportal-auth-server"` | | |
149 | | -| portal.server.authServer.image.tag | string | `"3.21.0"` | | |
| 149 | +| portal.server.authServer.image.tag | string | `"3.22.0"` | | |
150 | 150 | | portal.server.authServer.podAnnotations | object | `{}` | | |
151 | 151 | | portal.server.authServer.ports[0].containerPort | int | `3000` | | |
152 | 152 | | portal.server.authServer.ports[0].name | string | `"auth-server"` | | |
@@ -175,23 +175,23 @@ We separated service configuration from `portal.server.service` to `portal.serve |
175 | 175 | | portal.server.graphqlServer.automountServiceAccountToken | bool | `false` | | |
176 | 176 | | portal.server.graphqlServer.genericEnv.CHAOS_CENTER_UI_ENDPOINT | string | `""` | | |
177 | 177 | | portal.server.graphqlServer.genericEnv.CONTAINER_RUNTIME_EXECUTOR | string | `"k8sapi"` | | |
178 | | -| portal.server.graphqlServer.genericEnv.DEFAULT_HUB_BRANCH_NAME | string | `"v3.21.x"` | | |
| 178 | +| portal.server.graphqlServer.genericEnv.DEFAULT_HUB_BRANCH_NAME | string | `"v3.22.x"` | | |
179 | 179 | | portal.server.graphqlServer.genericEnv.ENABLE_GQL_INTROSPECTION | string | `"false"` | | |
180 | | -| portal.server.graphqlServer.genericEnv.INFRA_COMPATIBLE_VERSIONS | string | `"[\"3.21.0\"]"` | | |
| 180 | +| portal.server.graphqlServer.genericEnv.INFRA_COMPATIBLE_VERSIONS | string | `"[\"3.22.0\"]"` | | |
181 | 181 | | portal.server.graphqlServer.genericEnv.INFRA_DEPLOYMENTS | string | `"[\"app=chaos-exporter\", \"name=chaos-operator\", \"app=event-tracker\", \"app=workflow-controller\"]"` | | |
182 | 182 | | portal.server.graphqlServer.genericEnv.REMOTE_HUB_MAX_SIZE | string | `"5000000"` | | |
183 | 183 | | portal.server.graphqlServer.genericEnv.TLS_CERT_64 | string | `""` | | |
184 | | -| portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | `"3.21.0"` | | |
| 184 | +| portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | `"3.22.0"` | | |
185 | 185 | | portal.server.graphqlServer.image.pullPolicy | string | `"Always"` | | |
186 | 186 | | portal.server.graphqlServer.image.repository | string | `"litmusportal-server"` | | |
187 | | -| portal.server.graphqlServer.image.tag | string | `"3.21.0"` | | |
| 187 | +| portal.server.graphqlServer.image.tag | string | `"3.22.0"` | | |
188 | 188 | | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_CONTROLLER_IMAGE | string | `"workflow-controller:v3.3.1"` | | |
189 | 189 | | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_EXECUTOR_IMAGE | string | `"argoexec:v3.3.1"` | | |
190 | | -| portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | `"litmusportal-event-tracker:3.21.0"` | | |
191 | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | `"chaos-exporter:3.21.0"` | | |
192 | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | `"chaos-operator:3.21.0"` | | |
193 | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | `"chaos-runner:3.21.0"` | | |
194 | | -| portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | `"litmusportal-subscriber:3.21.0"` | | |
| 190 | +| portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | `"litmusportal-event-tracker:3.22.0"` | | |
| 191 | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | `"chaos-exporter:3.22.0"` | | |
| 192 | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | `"chaos-operator:3.22.0"` | | |
| 193 | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | `"chaos-runner:3.22.0"` | | |
| 194 | +| portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | `"litmusportal-subscriber:3.22.0"` | | |
195 | 195 | | portal.server.graphqlServer.livenessProbe.failureThreshold | int | `5` | | |
196 | 196 | | portal.server.graphqlServer.livenessProbe.initialDelaySeconds | int | `30` | | |
197 | 197 | | portal.server.graphqlServer.livenessProbe.periodSeconds | int | `10` | | |
|
0 commit comments