Skip to content

Commit db1ee42

Browse files
committed
Fixed some issues in the build process
Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>
1 parent 6e15b75 commit db1ee42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ set-manifest-pull-policy:
210210
.PHONY: set-manifest-image
211211
set-manifest-image:
212212
$(info Updating kustomize image patch file for manager resource)
213-
sed -i'' -e 's@image: .*@image: '"${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' $(TARGET_RESOURCE)
213+
sed -i'' -e 's@image: ghcr.io/rancher-sandbox/cluster-api-provider-harvester.*@image: '"${MANIFEST_IMG}:$(MANIFEST_TAG)"'@' $(TARGET_RESOURCE)
214214

215215
## --------------------------------------
216216
## Release

config/manager/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
fieldRef:
8787
fieldPath: metadata.uid
8888
ports:
89-
- containerPort: 9440
89+
- containerPort: 8081
9090
protocol: TCP
9191
name: healthz
9292
livenessProbe:

0 commit comments

Comments
 (0)