Skip to content

Commit

Permalink
Create values-ci.yaml (#409)
Browse files Browse the repository at this point in the history
* Create values-ci.yaml

* Update E2E-chaoscenter-pipeline.yml
  • Loading branch information
Jonsy13 committed Aug 14, 2024
1 parent 0969747 commit 515b1eb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/E2E-chaoscenter-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions litmus/values-ci.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 515b1eb

Please sign in to comment.