diff --git a/.ci-operator.yaml b/.ci-operator.yaml index b1c5c56..a371bc9 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: namespace: openshift name: release - tag: rhel-9-release-golang-1.24-openshift-4.20 \ No newline at end of file + tag: rhel-9-release-golang-1.24-openshift-4.20 diff --git a/Makefile-ocp.mk b/Makefile-ocp.mk index acffc79..53d4fba 100644 --- a/Makefile-ocp.mk +++ b/Makefile-ocp.mk @@ -2,4 +2,4 @@ include Makefile .PHONY: build-ocp build-ocp: clean format - $(GO_BUILD_ENV) go build $(COMMON_BUILD_ARGS) $(GOFLAGS) -o $(BINARY_NAME) ./cmd/kubernetes-mcp-server \ No newline at end of file + $(GO_BUILD_ENV) go build $(COMMON_BUILD_ARGS) $(GOFLAGS) -o $(BINARY_NAME) ./cmd/kubernetes-mcp-server diff --git a/OWNERS b/OWNERS index abb6b94..f726d04 100644 --- a/OWNERS +++ b/OWNERS @@ -2,4 +2,4 @@ reviewers: - ardaguclu approvers: - ardaguclu -component: "openshift-mcp-server" \ No newline at end of file +component: "openshift-mcp-server"