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

@@ -75,7 +75,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:3.0.0-beta10"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
@@ -94,7 +94,7 @@ spec:
value: ''
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:3.0.0-beta10'
value: 'litmuschaos/go-runner:latest'
labels:
name: node-memory-hog
container:
@@ -133,7 +133,7 @@ spec:
value: '60' # in seconds
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:
image: litmuschaos/k8s:latest
@@ -141,4 +141,4 @@ spec:
args:
[
"kubectl delete chaosengine kube-proxy-node-memory-hog-chaos -n {{workflow.parameters.adminModeNamespace}}",
]
]