Integrate the operator image with scarf gateway (#4299)
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
parent
944ba06e33
commit
8ad33ad9d3
|
@ -106,13 +106,13 @@ spec:
|
|||
serviceAccountName: litmus
|
||||
containers:
|
||||
- name: chaos-operator
|
||||
image: litmuschaos/chaos-operator:3.1.0
|
||||
image: litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator:3.1.0
|
||||
command:
|
||||
- chaos-operator
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CHAOS_RUNNER_IMAGE
|
||||
value: "litmuschaos/chaos-runner:3.1.0"
|
||||
value: "litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner:3.1.0"
|
||||
- name: WATCH_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
|
|
@ -116,7 +116,7 @@ spec:
|
|||
serviceAccountName: litmus
|
||||
containers:
|
||||
- name: chaos-operator
|
||||
image: litmuschaos/chaos-operator:ci
|
||||
image: litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator:ci
|
||||
command:
|
||||
- chaos-operator
|
||||
args:
|
||||
|
@ -124,7 +124,7 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CHAOS_RUNNER_IMAGE
|
||||
value: "litmuschaos/chaos-runner:ci"
|
||||
value: "litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner:ci"
|
||||
- name: WATCH_NAMESPACE
|
||||
value: ""
|
||||
- name: POD_NAME
|
||||
|
|
|
@ -116,7 +116,7 @@ spec:
|
|||
serviceAccountName: litmus
|
||||
containers:
|
||||
- name: chaos-operator
|
||||
image: litmuschaos/chaos-operator:latest
|
||||
image: litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator:latest
|
||||
command:
|
||||
- chaos-operator
|
||||
args:
|
||||
|
@ -124,7 +124,7 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CHAOS_RUNNER_IMAGE
|
||||
value: "litmuschaos/chaos-runner:latest"
|
||||
value: "litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner:latest"
|
||||
- name: WATCH_NAMESPACE
|
||||
value: ""
|
||||
- name: POD_NAME
|
||||
|
|
|
@ -162,7 +162,7 @@ spec:
|
|||
serviceAccountName: litmus
|
||||
containers:
|
||||
- name: chaos-operator
|
||||
image: litmuschaos/chaos-operator:3.1.0
|
||||
image: litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator:3.1.0
|
||||
command:
|
||||
- chaos-operator
|
||||
args:
|
||||
|
@ -170,7 +170,7 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: CHAOS_RUNNER_IMAGE
|
||||
value: "litmuschaos/chaos-runner:3.1.0"
|
||||
value: "litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner:3.1.0"
|
||||
- name: WATCH_NAMESPACE
|
||||
value: ""
|
||||
- name: POD_NAME
|
||||
|
|
Loading…
Reference in New Issue