update(imageTag): Update the image tag to latest for experiment image (#537)

Signed-off-by: uditgaurav <udit@chaosnative.com>
This commit is contained in:
Udit Gaurav
2022-04-14 13:39:50 +05:30
committed by GitHub
parent c815fdfaf2
commit 7b07fa66dc
14 changed files with 26 additions and 26 deletions

View File

@@ -59,7 +59,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:ci"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
@@ -93,7 +93,7 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:ci'
value: 'litmuschaos/go-runner:latest'
## It is used in pumba lib only
- name: STRESS_IMAGE