Skip to content

Commit 5eaac18

Browse files
ilackarmsjmhbhEItanya
committed
add Helm chart (#2)
**Testing steps** - Download the `kmcp` cli to easily spin up a new mcp server. - Add kmcp binary location to your path `export PATH="<path_to_kmcp_bin>:$PATH"` - Run the following script in the root directory of the repository to test out the published helm chart and controller image alongside an mcp server with the echo tool. Assumes you have npx installed and your docker config is located at `~/.docker/config.json`. (demo script still wip) [kmcp.zip](https://github.com/user-attachments/files/21324828/kmcp.zip) --------- Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> Co-authored-by: JM Huibonhoa <jm.huibonhoa@solo.io> Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io> Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
1 parent 362dc19 commit 5eaac18

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<<<<<<< HEAD
2-
# Image URL to use all building/pushing image targets
3-
IMG ?= controller:latest
4-
ADDITIONAL_IMAGES ?=
5-
=======
61

72
# Image configuration
83
DOCKER_REGISTRY ?= ghcr.io
@@ -30,9 +25,7 @@ CONTROLLER_IMAGE_TAG ?= $(VERSION)
3025
CONTROLLER_IMG ?= $(DOCKER_REGISTRY)/$(DOCKER_REPO)/$(CONTROLLER_IMAGE_NAME):$(CONTROLLER_IMAGE_TAG)
3126

3227
# Image URL to use all building/pushing image targets (backward compatibility)
33-
IMG ?= $(CONTROLLER_IMG)
3428
DIST_FOLDER ?= dist
35-
>>>>>>> b9c7047 (add Helm chart (#2))
3629

3730
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3831
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)