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