From 515b1eb475fcd28f0489cdb7db50ab800d843054 Mon Sep 17 00:00:00 2001 From: Vedant Shrotria Date: Wed, 14 Aug 2024 12:09:41 +0530 Subject: [PATCH] Create values-ci.yaml (#409) * Create values-ci.yaml * Update E2E-chaoscenter-pipeline.yml --- .../workflows/E2E-chaoscenter-pipeline.yml | 2 +- litmus/values-ci.yaml | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 litmus/values-ci.yaml diff --git a/.github/workflows/E2E-chaoscenter-pipeline.yml b/.github/workflows/E2E-chaoscenter-pipeline.yml index ca2abe9f1..54c09bb6d 100644 --- a/.github/workflows/E2E-chaoscenter-pipeline.yml +++ b/.github/workflows/E2E-chaoscenter-pipeline.yml @@ -20,7 +20,7 @@ jobs: run: | helm install chaos litmuschaos/litmus \ --namespace=litmus \ - --set portal.frontend.service.type=NodePort + --set portal.frontend.service.type=NodePort -f ./litmus/values-ci.yaml - name: Wait for pods to be ready run: | sleep 30s diff --git a/litmus/values-ci.yaml b/litmus/values-ci.yaml new file mode 100644 index 000000000..edb3a5b9b --- /dev/null +++ b/litmus/values-ci.yaml @@ -0,0 +1,36 @@ +# Default values.yml for using chart with "ci" images +# This is added for using litmus-helm-agent with ChaosCenter Helm-Chart deployment. +# Once litmus-helm-agent is compatible with versioned release of helm-chart, this file will be removed. + +adminConfig: + VERSION: "ci" + DBPASSWORD: "" + DBUSER: "" + DB_SERVER: "" + +upgradeAgent: + controlPlane: + image: + tag: "ci" + +portal: + frontend: + image: + tag: ci + + server: + graphqlServer: + image: + tag: ci + imageEnv: + SUBSCRIBER_IMAGE: "litmusportal-subscriber:ci" + EVENT_TRACKER_IMAGE: "litmusportal-event-tracker:ci" + LITMUS_CHAOS_OPERATOR_IMAGE: "chaos-operator:ci" + LITMUS_CHAOS_RUNNER_IMAGE: "chaos-runner:ci" + LITMUS_CHAOS_EXPORTER_IMAGE: "chaos-exporter:ci" + genericEnv: + HUB_BRANCH_NAME: "master" + + authServer: + image: + tag: ci