Skip to content

Commit

Permalink
update chart version and values for 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Raju Dawadi <[email protected]>
  • Loading branch information
dwdraju committed Dec 3, 2023
1 parent dba4a40 commit 088c201
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/litmus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "3.0.0"
appVersion: "3.1.0"
description: A Helm chart to install ChaosCenter
name: litmus
version: 3.0.2
version: 3.0.3
kubeVersion: ">=1.16.0-0"
home: https://litmuschaos.io
sources:
Expand Down
26 changes: 13 additions & 13 deletions charts/litmus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ existingSecret: ""

adminConfig:
JWTSecret: "litmus-portal@123"
VERSION: "3.0.0"
VERSION: "3.1.0"
SKIP_SSL_VERIFY: "false"
# -- leave empty if uses Mongo DB deployed by this chart
DBPASSWORD: ""
Expand Down Expand Up @@ -61,7 +61,7 @@ upgradeAgent:
controlPlane:
image:
repository: upgrade-agent-cp
tag: "3.0.0"
tag: "3.1.0"
pullPolicy: "Always"
restartPolicy: OnFailure
nodeSelector: {}
Expand Down Expand Up @@ -105,7 +105,7 @@ portal:
# runAsNonRoot: true
image:
repository: litmusportal-frontend
tag: 3.0.0
tag: 3.1.0
pullPolicy: "Always"
containerPort: 8185
customLabels: {}
Expand Down Expand Up @@ -206,7 +206,7 @@ portal:
readOnlyRootFilesystem: true
image:
repository: litmusportal-server
tag: 3.0.0
tag: 3.1.0
pullPolicy: "Always"
ports:
- name: gql-server
Expand All @@ -223,23 +223,23 @@ portal:
port: 8000
targetPort: 8000
imageEnv:
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.0.0"
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.0.0"
SUBSCRIBER_IMAGE: "litmusportal-subscriber:3.1.0"
EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:3.1.0"
ARGO_WORKFLOW_CONTROLLER_IMAGE: "workflow-controller:v3.3.1"
ARGO_WORKFLOW_EXECUTOR_IMAGE: "argoexec:v3.3.1"
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.0.0"
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.0.0"
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.0.0"
LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:3.1.0"
LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:3.1.0"
LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:3.1.0"
genericEnv:
TLS_SECRET_NAME: ""
TLS_CERT_64: ""
CONTAINER_RUNTIME_EXECUTOR: "k8sapi"
DEFAULT_HUB_BRANCH_NAME: "v3.0.x"
DEFAULT_HUB_BRANCH_NAME: "v3.1.x"
INFRA_DEPLOYMENTS: '["app=chaos-exporter", "name=chaos-operator", "app=event-tracker", "app=workflow-controller"]'
LITMUS_AUTH_GRPC_PORT: ":3030"
WORKFLOW_HELPER_IMAGE_VERSION: "3.0.0"
WORKFLOW_HELPER_IMAGE_VERSION: "3.1.0"
REMOTE_HUB_MAX_SIZE: "5000000"
INFRA_COMPATIBLE_VERSIONS: '["3.0.0"]'
INFRA_COMPATIBLE_VERSIONS: '["3.1.0"]'
# Provide UI endpoint if using namespaced scope
CHAOS_CENTER_UI_ENDPOINT: ""
resources:
Expand Down Expand Up @@ -282,7 +282,7 @@ portal:
automountServiceAccountToken: false
image:
repository: litmusportal-auth-server
tag: 3.0.0
tag: 3.1.0
pullPolicy: "Always"
ports:
- name: auth-server
Expand Down

0 comments on commit 088c201

Please sign in to comment.