1630: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-12-17 11:50:39 +00:00
parent 2e5eddc68f
commit 4801dd124a

View File

@@ -159,6 +159,11 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
# provide the socket file path
# it is used in pumba lib
- name: SOCKET_PATH
value: '/var/run/docker.sock'
- name: CHAOS_KILL_COMMAND
value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
@@ -1456,7 +1461,12 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
value: 'gaiaadm/pumba'
# provide the socket file path
# it is used in pumba lib
- name: SOCKET_PATH
value: '/var/run/docker.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
@@ -1900,6 +1910,11 @@ spec:
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
# provide the socket file path
# it is used in pumba lib
- name: SOCKET_PATH
value: '/var/run/docker.sock'
- name: TARGET_PODS
value: ''