From db1ee42374c58575ddf1b38d7f3f4222c0c397f4 Mon Sep 17 00:00:00 2001 From: Mohamed Belgaied Hassine Date: Mon, 17 Jun 2024 22:29:36 +0200 Subject: [PATCH] Fixed some issues in the build process Signed-off-by: Mohamed Belgaied Hassine --- Makefile | 2 +- config/manager/manager.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 569621d..96ea0e5 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ set-manifest-pull-policy: .PHONY: set-manifest-image set-manifest-image: $(info Updating kustomize image patch file for manager resource) - sed -i'' -e 's@image: .*@image: '"${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' $(TARGET_RESOURCE) + sed -i'' -e 's@image: ghcr.io/rancher-sandbox/cluster-api-provider-harvester.*@image: '"${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' $(TARGET_RESOURCE) ## -------------------------------------- ## Release diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index e798ff0..b80cf93 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -86,7 +86,7 @@ spec: fieldRef: fieldPath: metadata.uid ports: - - containerPort: 9440 + - containerPort: 8081 protocol: TCP name: healthz livenessProbe: