Skip to content

Commit a80b0ba

Browse files
Jonsy13git
andauthored
Added fixes (#458)
Signed-off-by: git <[email protected]> Co-authored-by: git <[email protected]>
1 parent 75070eb commit a80b0ba

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed

charts/litmus-agent/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "3.21.0"
2+
appVersion: "3.22.0"
33
description: A Helm chart to install litmus agent
44
name: litmus-agent
5-
version: 3.21.1
5+
version: 3.22.0
66
kubeVersion: ">=1.16.0-0"
77
home: https://litmuschaos.io
88
sources:
@@ -21,16 +21,16 @@ maintainers:
2121
icon: https://raw.githubusercontent.com/litmuschaos/icons/master/litmus.png
2222
dependencies:
2323
- name: chaos-operator
24-
version: 3.21.0
24+
version: 3.22.0
2525
condition: chaos-operator.enabled
2626
- name: chaos-exporter
27-
version: 3.21.0
27+
version: 3.22.0
2828
condition: chaos-exporter.enabled
2929
- name: event-tracker
30-
version: 3.21.0
30+
version: 3.22.0
3131
condition: event-tracker.enabled
3232
- name: subscriber
33-
version: 3.21.0
33+
version: 3.22.0
3434
condition: subscriber.enabled
3535
- name: workflow-controller
3636
version: 0.2.2

charts/litmus-agent/README.md

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

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

55
A Helm chart to install litmus agent
66

@@ -24,10 +24,10 @@ Kubernetes: `>=1.16.0-0`
2424

2525
| Repository | Name | Version |
2626
|------------|------|---------|
27-
| | chaos-exporter | 3.21.0 |
28-
| | chaos-operator | 3.21.0 |
29-
| | event-tracker | 3.21.0 |
30-
| | subscriber | 3.21.0 |
27+
| | chaos-exporter | 3.22.0 |
28+
| | chaos-operator | 3.22.0 |
29+
| | event-tracker | 3.22.0 |
30+
| | subscriber | 3.22.0 |
3131
| | workflow-controller | 0.2.2 |
3232

3333
## Installing the Chart
@@ -53,7 +53,7 @@ $ helm install litmus-agent litmuschaos/litmus-agent \
5353

5454
| Key | Type | Default | Description |
5555
|-----|------|---------|-------------|
56-
| APP_VERSION | string | `"3.21.0"` | |
56+
| APP_VERSION | string | `"3.22.0"` | |
5757
| INFRA_DESCRIPTION | string | `"chaos infrastructure deployed with helm"` | |
5858
| INFRA_NAME | string | `"helm-infrastructure"` | |
5959
| INFRA_NODE_SELECTOR | string | `""` | |

charts/litmus-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SA_EXISTS: true
1717
NS_EXISTS: true
1818
INFRA_TYPE: "external"
1919
# For compatibility with ChaosCenter, Version has to be same
20-
APP_VERSION: "3.21.0"
20+
APP_VERSION: "3.22.0"
2121
SKIP_SSL: "false"
2222

2323
# PLATFORM_NAME: AWS, GKE, Openshift, Rancher, Others

charts/litmus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "3.21.0"
2+
appVersion: "3.22.0"
33
description: A Helm chart to install ChaosCenter
44
name: litmus
5-
version: 3.21.2
5+
version: 3.22.0
66
kubeVersion: ">=1.16.0-0"
77
home: https://litmuschaos.io
88
sources:

charts/litmus/README.md

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

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

55
A Helm chart to install ChaosCenter
66

@@ -56,7 +56,7 @@ We separated service configuration from `portal.server.service` to `portal.serve
5656
| adminConfig.DB_PORT | string | `""` | |
5757
| adminConfig.DB_SERVER | string | `""` | |
5858
| adminConfig.SKIP_SSL_VERIFY | string | `"false"` | |
59-
| adminConfig.VERSION | string | `"3.21.0"` | |
59+
| adminConfig.VERSION | string | `"3.22.0"` | |
6060
| allowedOrigins | string | `".*"` | |
6161
| customLabels | object | `{}` | Additional labels |
6262
| customPodAnnotations | object | `{}` | Additional annotations |
@@ -107,7 +107,7 @@ We separated service configuration from `portal.server.service` to `portal.serve
107107
| portal.frontend.customLabels | object | `{}` | |
108108
| portal.frontend.image.pullPolicy | string | `"Always"` | |
109109
| 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"` | |
111111
| portal.frontend.livenessProbe.failureThreshold | int | `5` | |
112112
| portal.frontend.livenessProbe.initialDelaySeconds | int | `30` | |
113113
| portal.frontend.livenessProbe.periodSeconds | int | `10` | |
@@ -146,7 +146,7 @@ We separated service configuration from `portal.server.service` to `portal.serve
146146
| portal.server.authServer.env | object | `{}` | |
147147
| portal.server.authServer.image.pullPolicy | string | `"Always"` | |
148148
| 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"` | |
150150
| portal.server.authServer.podAnnotations | object | `{}` | |
151151
| portal.server.authServer.ports[0].containerPort | int | `3000` | |
152152
| portal.server.authServer.ports[0].name | string | `"auth-server"` | |
@@ -175,23 +175,23 @@ We separated service configuration from `portal.server.service` to `portal.serve
175175
| portal.server.graphqlServer.automountServiceAccountToken | bool | `false` | |
176176
| portal.server.graphqlServer.genericEnv.CHAOS_CENTER_UI_ENDPOINT | string | `""` | |
177177
| 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"` | |
179179
| 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\"]"` | |
181181
| portal.server.graphqlServer.genericEnv.INFRA_DEPLOYMENTS | string | `"[\"app=chaos-exporter\", \"name=chaos-operator\", \"app=event-tracker\", \"app=workflow-controller\"]"` | |
182182
| portal.server.graphqlServer.genericEnv.REMOTE_HUB_MAX_SIZE | string | `"5000000"` | |
183183
| 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"` | |
185185
| portal.server.graphqlServer.image.pullPolicy | string | `"Always"` | |
186186
| 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"` | |
188188
| portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_CONTROLLER_IMAGE | string | `"workflow-controller:v3.3.1"` | |
189189
| 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"` | |
195195
| portal.server.graphqlServer.livenessProbe.failureThreshold | int | `5` | |
196196
| portal.server.graphqlServer.livenessProbe.initialDelaySeconds | int | `30` | |
197197
| portal.server.graphqlServer.livenessProbe.periodSeconds | int | `10` | |

charts/litmus/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ existingSecret: ""
1616
allowedOrigins: ".*"
1717

1818
adminConfig:
19-
VERSION: "3.21.0"
19+
VERSION: "3.22.0"
2020
SKIP_SSL_VERIFY: "false"
2121
# -- leave empty if uses Mongo DB deployed by this chart
2222
DBPASSWORD: ""
@@ -128,7 +128,7 @@ portal:
128128
# runAsNonRoot: true
129129
image:
130130
repository: litmusportal-frontend
131-
tag: 3.21.0
131+
tag: 3.22.0
132132
pullPolicy: "Always"
133133
containerPort: 8185
134134
customLabels: {}
@@ -232,7 +232,7 @@ portal:
232232
readOnlyRootFilesystem: true
233233
image:
234234
repository: litmusportal-server
235-
tag: 3.21.0
235+
tag: 3.22.0
236236
pullPolicy: "Always"
237237
ports:
238238
- name: gql-server
@@ -249,21 +249,21 @@ portal:
249249
port: 8000
250250
targetPort: 8000
251251
imageEnv:
252-
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.21.0"
253-
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.21.0"
252+
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.22.0"
253+
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.22.0"
254254
ARGO_WORKFLOW_CONTROLLER_IMAGE: "workflow-controller:v3.3.1"
255255
ARGO_WORKFLOW_EXECUTOR_IMAGE: "argoexec:v3.3.1"
256-
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.21.0"
257-
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.21.0"
258-
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.21.0"
256+
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.22.0"
257+
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.22.0"
258+
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.22.0"
259259
genericEnv:
260260
TLS_CERT_64: ""
261261
CONTAINER_RUNTIME_EXECUTOR: "k8sapi"
262-
DEFAULT_HUB_BRANCH_NAME: "v3.21.x"
262+
DEFAULT_HUB_BRANCH_NAME: "v3.22.x"
263263
INFRA_DEPLOYMENTS: '["app=chaos-exporter", "name=chaos-operator", "app=event-tracker", "app=workflow-controller"]'
264-
WORKFLOW_HELPER_IMAGE_VERSION: "3.21.0"
264+
WORKFLOW_HELPER_IMAGE_VERSION: "3.22.0"
265265
REMOTE_HUB_MAX_SIZE: "5000000"
266-
INFRA_COMPATIBLE_VERSIONS: '["3.21.0"]'
266+
INFRA_COMPATIBLE_VERSIONS: '["3.22.0"]'
267267
# Provide UI endpoint if using namespaced scope
268268
CHAOS_CENTER_UI_ENDPOINT: ""
269269
ENABLE_GQL_INTROSPECTION: "false"
@@ -308,7 +308,7 @@ portal:
308308
automountServiceAccountToken: false
309309
image:
310310
repository: litmusportal-auth-server
311-
tag: 3.21.0
311+
tag: 3.22.0
312312
pullPolicy: "Always"
313313
ports:
314314
- name: auth-server

0 commit comments

Comments
 (0)