Skip to content

Commit

Permalink
Integrate the operator image with scarf gateway (#4299)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Nov 16, 2023
1 parent 944ba06 commit 8ad33ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/litmus-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ 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:
- -leader-elect=true
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
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/litmus-operator-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ 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:
- -leader-elect=true
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
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/litmus-operator-v3.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ 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:
- -leader-elect=true
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
Expand Down

0 comments on commit 8ad33ad

Please sign in to comment.