Skip to content

Commit

Permalink
Create values-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonsy13 committed Aug 14, 2024
1 parent 0969747 commit c0daa32
Showing 1 changed file with 36 additions and 0 deletions.
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 c0daa32

Please sign in to comment.