diff --git a/charts/litmus/Chart.yaml b/charts/litmus/Chart.yaml index 83eeef68..cb8b7b7b 100644 --- a/charts/litmus/Chart.yaml +++ b/charts/litmus/Chart.yaml @@ -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.3 +version: 3.1.0 kubeVersion: ">=1.16.0-0" home: https://litmuschaos.io sources: diff --git a/charts/litmus/README.md b/charts/litmus/README.md index 59ae8f36..94312df7 100644 --- a/charts/litmus/README.md +++ b/charts/litmus/README.md @@ -1,6 +1,6 @@ # litmus -![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) A Helm chart to install ChaosCenter @@ -57,7 +57,7 @@ We separated service configuration from `portal.server.service` to `portal.serve | adminConfig.DB_SERVER | string | `""` | | | adminConfig.JWTSecret | string | `"litmus-portal@123"` | | | adminConfig.SKIP_SSL_VERIFY | string | `"false"` | | -| adminConfig.VERSION | string | `"3.0.0"` | | +| adminConfig.VERSION | string | `"3.1.0"` | | | customLabels | object | `{}` | Additional labels | | existingSecret | string | `""` | Use existing secret (e.g., External Secrets) | | image.imagePullSecrets | list | `[]` | | @@ -91,7 +91,7 @@ We separated service configuration from `portal.server.service` to `portal.serve | portal.frontend.customLabels | object | `{}` | | | portal.frontend.image.pullPolicy | string | `"Always"` | | | portal.frontend.image.repository | string | `"litmusportal-frontend"` | | -| portal.frontend.image.tag | string | `"3.0.0"` | | +| portal.frontend.image.tag | string | `"3.1.0"` | | | portal.frontend.livenessProbe.failureThreshold | int | `5` | | | portal.frontend.livenessProbe.initialDelaySeconds | int | `30` | | | portal.frontend.livenessProbe.periodSeconds | int | `10` | | @@ -129,7 +129,7 @@ We separated service configuration from `portal.server.service` to `portal.serve | portal.server.authServer.env.LITMUS_GQL_GRPC_PORT | string | `":8000"` | | | portal.server.authServer.image.pullPolicy | string | `"Always"` | | | portal.server.authServer.image.repository | string | `"litmusportal-auth-server"` | | -| portal.server.authServer.image.tag | string | `"3.0.0"` | | +| portal.server.authServer.image.tag | string | `"3.1.0"` | | | portal.server.authServer.ports[0].containerPort | int | `3030` | | | portal.server.authServer.ports[0].name | string | `"auth-server"` | | | portal.server.authServer.ports[1].containerPort | int | `3000` | | @@ -156,24 +156,24 @@ We separated service configuration from `portal.server.service` to `portal.serve | portal.server.customLabels | object | `{}` | | | portal.server.graphqlServer.genericEnv.CHAOS_CENTER_UI_ENDPOINT | string | `""` | | | portal.server.graphqlServer.genericEnv.CONTAINER_RUNTIME_EXECUTOR | string | `"k8sapi"` | | -| portal.server.graphqlServer.genericEnv.DEFAULT_HUB_BRANCH_NAME | string | `"v3.0.x"` | | -| portal.server.graphqlServer.genericEnv.INFRA_COMPATIBLE_VERSIONS | string | `"[\"3.0.0\"]"` | | +| portal.server.graphqlServer.genericEnv.DEFAULT_HUB_BRANCH_NAME | string | `"v3.1.x"` | | +| portal.server.graphqlServer.genericEnv.INFRA_COMPATIBLE_VERSIONS | string | `"[\"3.1.0\"]"` | | | portal.server.graphqlServer.genericEnv.INFRA_DEPLOYMENTS | string | `"[\"app=chaos-exporter\", \"name=chaos-operator\", \"app=event-tracker\", \"app=workflow-controller\"]"` | | | portal.server.graphqlServer.genericEnv.LITMUS_AUTH_GRPC_PORT | string | `":3030"` | | | portal.server.graphqlServer.genericEnv.REMOTE_HUB_MAX_SIZE | string | `"5000000"` | | | portal.server.graphqlServer.genericEnv.TLS_CERT_64 | string | `""` | | | portal.server.graphqlServer.genericEnv.TLS_SECRET_NAME | string | `""` | | -| portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | `"3.0.0"` | | +| portal.server.graphqlServer.genericEnv.WORKFLOW_HELPER_IMAGE_VERSION | string | `"3.1.0"` | | | portal.server.graphqlServer.image.pullPolicy | string | `"Always"` | | | portal.server.graphqlServer.image.repository | string | `"litmusportal-server"` | | -| portal.server.graphqlServer.image.tag | string | `"3.0.0"` | | +| portal.server.graphqlServer.image.tag | string | `"3.1.0"` | | | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_CONTROLLER_IMAGE | string | `"workflow-controller:v3.3.1"` | | | portal.server.graphqlServer.imageEnv.ARGO_WORKFLOW_EXECUTOR_IMAGE | string | `"argoexec:v3.3.1"` | | -| portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | `"litmusportal-event-tracker:3.0.0"` | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | `"chaos-exporter:3.0.0"` | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | `"chaos-operator:3.0.0"` | | -| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | `"chaos-runner:3.0.0"` | | -| portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | `"litmusportal-subscriber:3.0.0"` | | +| portal.server.graphqlServer.imageEnv.EVENT_TRACKER_IMAGE | string | `"litmusportal-event-tracker:3.1.0"` | | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_EXPORTER_IMAGE | string | `"chaos-exporter:3.1.0"` | | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_OPERATOR_IMAGE | string | `"chaos-operator:3.1.0"` | | +| portal.server.graphqlServer.imageEnv.LITMUS_CHAOS_RUNNER_IMAGE | string | `"chaos-runner:3.1.0"` | | +| portal.server.graphqlServer.imageEnv.SUBSCRIBER_IMAGE | string | `"litmusportal-subscriber:3.1.0"` | | | portal.server.graphqlServer.livenessProbe.failureThreshold | int | `5` | | | portal.server.graphqlServer.livenessProbe.initialDelaySeconds | int | `30` | | | portal.server.graphqlServer.livenessProbe.periodSeconds | int | `10` | | @@ -230,7 +230,7 @@ We separated service configuration from `portal.server.service` to `portal.serve | upgradeAgent.affinity | object | `{}` | | | upgradeAgent.controlPlane.image.pullPolicy | string | `"Always"` | | | upgradeAgent.controlPlane.image.repository | string | `"upgrade-agent-cp"` | | -| upgradeAgent.controlPlane.image.tag | string | `"3.0.0"` | | +| upgradeAgent.controlPlane.image.tag | string | `"3.1.0"` | | | upgradeAgent.controlPlane.restartPolicy | string | `"OnFailure"` | | | upgradeAgent.enabled | bool | `true` | | | upgradeAgent.nodeSelector | object | `{}` | | diff --git a/charts/litmus/values.yaml b/charts/litmus/values.yaml index ef433188..af0a39ec 100644 --- a/charts/litmus/values.yaml +++ b/charts/litmus/values.yaml @@ -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: "" @@ -61,7 +61,7 @@ upgradeAgent: controlPlane: image: repository: upgrade-agent-cp - tag: "3.0.0" + tag: "3.1.0" pullPolicy: "Always" restartPolicy: OnFailure nodeSelector: {} @@ -105,7 +105,7 @@ portal: # runAsNonRoot: true image: repository: litmusportal-frontend - tag: 3.0.0 + tag: 3.1.0 pullPolicy: "Always" containerPort: 8185 customLabels: {} @@ -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 @@ -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: @@ -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