Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Replaces go-runner tags to litmuschaos/go-runner:latest #611

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faults/kubernetes/container-kill/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/disk-fill/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
40 changes: 20 additions & 20 deletions faults/kubernetes/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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": ""}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/node-cpu-hog/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/node-io-stress/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/node-memory-hog/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/node-restart/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-cpu-hog/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-dns-error/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-dns-spoof/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-http-latency/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-http-modify-body/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-http-modify-header/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""}
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-http-reset-peer/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-http-status-code/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-io-stress/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-memory-hog/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-network-corruption/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-network-duplication/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-network-latency/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faults/kubernetes/pod-network-loss/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading