updated the tags to latest

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
This commit is contained in:
Saranya-jena
2023-09-22 13:58:05 +05:30
parent 123e7450ef
commit 26c87550d7
61 changed files with 1111 additions and 670 deletions

View File

@@ -64,7 +64,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:3.0.0-beta10"
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments -name pod-memory-hog
@@ -142,7 +142,7 @@ spec:
value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
container:
image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
args: ["-file=/tmp/chaosengine.yaml", "-saveName=/tmp/engine-name"]
- name: cleanup-chaos-resources
container:

View File

@@ -68,7 +68,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:3.0.0-beta10"
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments -name pod-memory-hog
@@ -146,7 +146,7 @@ spec:
value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
container:
image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]
args: ["-file=/tmp/chaosengine.yaml", "-saveName=/tmp/engine-name"]
- name: cleanup-chaos-resources
container: