Skip to content

Commit bd42483

Browse files
ispeakc0deAlvaroGG0
authored andcommitted
Integrate the operator image with scarf gateway (#478)
Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: Alvaro Gutierrez <[email protected]>
1 parent 4c36fb1 commit bd42483

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@ gofmt-check:
7272
.PHONY: build-chaos-operator
7373
build-chaos-operator:
7474
@echo "-------------------------"
75-
@echo "--> Build go-runner image"
75+
@echo "--> Build go-runner image"
7676
@echo "-------------------------"
7777
@docker buildx build --file build/Dockerfile --progress plain --no-cache --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
7878

7979
.PHONY: push-chaos-operator
8080
push-chaos-operator:
8181
@echo "------------------------------"
82-
@echo "--> Pushing image"
82+
@echo "--> Pushing image"
8383
@echo "------------------------------"
8484
@docker buildx build --file build/Dockerfile --progress plain --no-cache --push --platform linux/arm64,linux/amd64 --tag $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) .
8585

8686
.PHONY: build-amd64
8787
build-amd64:
8888
@echo "-------------------------"
89-
@echo "--> Build go-runner image"
89+
@echo "--> Build go-runner image"
9090
@echo "-------------------------"
9191
@docker build -f build/Dockerfile --no-cache -t $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(DOCKER_IMAGE):$(DOCKER_TAG) . --build-arg TARGETPLATFORM="linux/amd64"
9292

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
imagePullPolicy: IfNotPresent
4141
env:
4242
- name: CHAOS_RUNNER_IMAGE
43-
value: "litmuschaos/chaos-runner:ci"
43+
value: "litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner:ci"
4444
- name: WATCH_NAMESPACE
4545
value: ""
4646
- name: POD_NAME

0 commit comments

Comments
 (0)