replaces go-runner tags to litmuschaos/go-runner:latest (#611)

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
Neelanjan Manna
2023-09-29 21:35:31 +05:30
committed by GitHub
parent f993e37cdc
commit aca9eadce0
21 changed files with 40 additions and 40 deletions

View File

@@ -117,7 +117,7 @@ spec:
value: "false"
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel

View File

@@ -112,7 +112,7 @@ spec:
value: "false"
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# Provide the container runtime path
# Default set to docker container path

View File

@@ -286,7 +286,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# modified status code for the HTTP response
# if no value is provided, a random status code from the supported code list will selected
@@ -469,7 +469,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"
@@ -589,7 +589,7 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## It is used in pumba lib only
- name: STRESS_IMAGE
@@ -711,7 +711,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"
@@ -867,7 +867,7 @@ spec:
value: ""
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio
@@ -988,7 +988,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"}
# to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""}
@@ -1153,7 +1153,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## percentage of total nodes to target
- name: NODES_AFFECTED_PERC
@@ -1375,7 +1375,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# reset timeout specifies after how much duration to reset the connection
- name: RESET_TIMEOUT
@@ -1522,7 +1522,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME
- name: TARGET_NODE
@@ -1750,7 +1750,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## percentage of total nodes to target
- name: NODES_AFFECTED_PERC
@@ -2105,7 +2105,7 @@ spec:
value: "false"
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
@@ -2203,7 +2203,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: LATENCY
value: "2000" #in ms
@@ -2356,7 +2356,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: TC_IMAGE
value: "gaiadocker/iproute2"
@@ -2836,7 +2836,7 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## It is used in pumba lib only
- name: STRESS_IMAGE
@@ -2959,7 +2959,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE
value: "eth0"
@@ -3107,7 +3107,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# provide the body string to overwrite the response body
# if no value is provided, response will be an empty body.
@@ -3392,7 +3392,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"
@@ -3532,7 +3532,7 @@ spec:
value: "false"
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# Provide the container runtime path
# Default set to docker container path
@@ -3634,7 +3634,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"
@@ -3761,7 +3761,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE
value: "eth0"

View File

@@ -90,7 +90,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## percentage of total nodes to target
- name: NODES_AFFECTED_PERC

View File

@@ -102,7 +102,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## percentage of total nodes to target
- name: NODES_AFFECTED_PERC

View File

@@ -93,7 +93,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"

View File

@@ -78,7 +78,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# ENTER THE TARGET NODE NAME
- name: TARGET_NODE

View File

@@ -98,7 +98,7 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## It is used in pumba lib only
- name: STRESS_IMAGE

View File

@@ -80,7 +80,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"

View File

@@ -80,7 +80,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: LATENCY
value: "2000" #in ms

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# provide the body string to overwrite the response body
# if no value is provided, response will be an empty body.

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# map of headers to modify/add; Eg: {"X-Litmus-Test-Header": "X-Litmus-Test-Value"}
# to remove a header, just set the value to ""; Eg: {"X-Litmus-Test-Header": ""}

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# reset timeout specifies after how much duration to reset the connection
- name: RESET_TIMEOUT

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# modified status code for the HTTP response
# if no value is provided, a random status code from the supported code list will selected

View File

@@ -118,7 +118,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: DEFAULT_HEALTH_CHECK
value: "false"

View File

@@ -97,7 +97,7 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
## It is used in pumba lib only
- name: STRESS_IMAGE

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE
value: "eth0"

View File

@@ -106,7 +106,7 @@ spec:
value: ""
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
# provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio

View File

@@ -84,7 +84,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: TC_IMAGE
value: "gaiadocker/iproute2"

View File

@@ -81,7 +81,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: "chaosnative/go-runner:ci"
value: "litmuschaos/go-runner:latest"
- name: NETWORK_INTERFACE
value: "eth0"