Integrate the litmus images with scarf gateway (#620)

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
Shubham Chaudhary
2024-01-15 18:45:11 +05:30
committed by GitHub
parent 6d0fb711a2
commit 625df46807
76 changed files with 200 additions and 200 deletions

View File

@@ -68,7 +68,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines", "chaosexperiments", "chaosresults"]
verbs: ["create", "list", "get", "patch", "update", "delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
args:
- -c
- ./experiments -name pod-dns-spoof
@@ -80,7 +80,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "litmuschaos/go-runner:latest"
value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"