Skip to content

Commit 8fbcfb9

Browse files
authored
chore: remove unneeded build file in topology mapper (#60)
--------- Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent 5be74fb commit 8fbcfb9

File tree

3 files changed

+125
-130
lines changed

3 files changed

+125
-130
lines changed

sre/tools/kubernetes-topology-mapper/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OCI_BIN = $(shell which docker || which podman)
22

33
IMG_REGISTRY ?= quay.io
44
IMG_NAMESPACE ?= it-bench
5-
IMG = $(IMG_REGISTRY)/$(IMG_NAMESPACE)/k8s-topology-mapper:latest
5+
IMG = $(IMG_REGISTRY)/$(IMG_NAMESPACE)/topology-monitor:latest
66

77
.PHONY: help
88
help: ## Display this help.

sre/tools/kubernetes-topology-mapper/build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)