Skip to content

Commit 0dfcd3c

Browse files
committed
update chart version and values for 3.1.0
1 parent dba4a40 commit 0dfcd3c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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.0.0"
2+
appVersion: "3.1.0"
33
description: A Helm chart to install ChaosCenter
44
name: litmus
5-
version: 3.0.2
5+
version: 3.0.3
66
kubeVersion: ">=1.16.0-0"
77
home: https://litmuschaos.io
88
sources:

charts/litmus/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ existingSecret: ""
1515

1616
adminConfig:
1717
JWTSecret: "litmus-portal@123"
18-
VERSION: "3.0.0"
18+
VERSION: "3.1.0"
1919
SKIP_SSL_VERIFY: "false"
2020
# -- leave empty if uses Mongo DB deployed by this chart
2121
DBPASSWORD: ""
@@ -61,7 +61,7 @@ upgradeAgent:
6161
controlPlane:
6262
image:
6363
repository: upgrade-agent-cp
64-
tag: "3.0.0"
64+
tag: "3.1.0"
6565
pullPolicy: "Always"
6666
restartPolicy: OnFailure
6767
nodeSelector: {}
@@ -105,7 +105,7 @@ portal:
105105
# runAsNonRoot: true
106106
image:
107107
repository: litmusportal-frontend
108-
tag: 3.0.0
108+
tag: 3.1.0
109109
pullPolicy: "Always"
110110
containerPort: 8185
111111
customLabels: {}
@@ -206,7 +206,7 @@ portal:
206206
readOnlyRootFilesystem: true
207207
image:
208208
repository: litmusportal-server
209-
tag: 3.0.0
209+
tag: 3.1.0
210210
pullPolicy: "Always"
211211
ports:
212212
- name: gql-server
@@ -223,23 +223,23 @@ portal:
223223
port: 8000
224224
targetPort: 8000
225225
imageEnv:
226-
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.0.0"
227-
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.0.0"
226+
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.1.0"
227+
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.1.0"
228228
ARGO_WORKFLOW_CONTROLLER_IMAGE: "workflow-controller:v3.3.1"
229229
ARGO_WORKFLOW_EXECUTOR_IMAGE: "argoexec:v3.3.1"
230-
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.0.0"
231-
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.0.0"
232-
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.0.0"
230+
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.1.0"
231+
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.1.0"
232+
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.1.0"
233233
genericEnv:
234234
TLS_SECRET_NAME: ""
235235
TLS_CERT_64: ""
236236
CONTAINER_RUNTIME_EXECUTOR: "k8sapi"
237-
DEFAULT_HUB_BRANCH_NAME: "v3.0.x"
237+
DEFAULT_HUB_BRANCH_NAME: "v3.1.x"
238238
INFRA_DEPLOYMENTS: '["app=chaos-exporter", "name=chaos-operator", "app=event-tracker", "app=workflow-controller"]'
239239
LITMUS_AUTH_GRPC_PORT: ":3030"
240-
WORKFLOW_HELPER_IMAGE_VERSION: "3.0.0"
240+
WORKFLOW_HELPER_IMAGE_VERSION: "3.1.0"
241241
REMOTE_HUB_MAX_SIZE: "5000000"
242-
INFRA_COMPATIBLE_VERSIONS: '["3.0.0"]'
242+
INFRA_COMPATIBLE_VERSIONS: '["3.1.0"]'
243243
# Provide UI endpoint if using namespaced scope
244244
CHAOS_CENTER_UI_ENDPOINT: ""
245245
resources:
@@ -282,7 +282,7 @@ portal:
282282
automountServiceAccountToken: false
283283
image:
284284
repository: litmusportal-auth-server
285-
tag: 3.0.0
285+
tag: 3.1.0
286286
pullPolicy: "Always"
287287
ports:
288288
- name: auth-server

0 commit comments

Comments
 (0)