Updated image with litmuschaos/k8s:latest required for predefined workflows (#430)
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
This commit is contained in:
@@ -34,7 +34,7 @@ spec:
|
||||
|
||||
- name: install-chaos-experiments
|
||||
container:
|
||||
image: alpine/k8s:1.18.2
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
args:
|
||||
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.12.0?file=charts/generic/experiments.yaml -n
|
||||
@@ -230,7 +230,7 @@ spec:
|
||||
|
||||
- name: revert-kube-proxy-chaos
|
||||
container:
|
||||
image: alpine/k8s:1.18.2
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
args:
|
||||
- "kubectl delete chaosengines kube-proxy-node-cpu-hog kube-proxy-pod-memory-hog-chaos kube-proxy-pod-cpu-hog-chaos kube-proxy-node-memory-hog-chaos kube-proxy-pod-delete-chaos -n
|
||||
|
@@ -37,7 +37,7 @@ spec:
|
||||
|
||||
- name: install-chaos-experiments
|
||||
container:
|
||||
image: alpine/k8s:1.18.2
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
args:
|
||||
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.12.0?file=charts/generic/experiments.yaml -n
|
||||
@@ -233,7 +233,7 @@ spec:
|
||||
|
||||
- name: revert-kube-proxy-chaos
|
||||
container:
|
||||
image: alpine/k8s:1.18.2
|
||||
image: litmuschaos/k8s:latest
|
||||
command: [sh, -c]
|
||||
args:
|
||||
- "kubectl delete chaosengines kube-proxy-node-cpu-hog kube-proxy-pod-memory-hog-chaos kube-proxy-pod-cpu-hog-chaos kube-proxy-node-memory-hog-chaos kube-proxy-pod-delete-chaos -n
|
||||
|
Reference in New Issue
Block a user