4305237064: version upgraded for chaos-charts

This commit is contained in:
litmusbot
2023-03-01 15:37:58 +00:00
parent df22a472d6
commit f4b6ab6316

View File

@@ -2019,10 +2019,13 @@ spec:
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'
# Provide the container runtime path # provide the name of container runtime, it supports docker, containerd, crio
# Default set to docker container path - name: CONTAINER_RUNTIME
- name: CONTAINER_PATH value: 'containerd'
value: '/var/lib/docker/containers'
# provide the socket file path
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel