Commit db1ee42 1 parent 6e15b75 commit db1ee42 Copy full SHA for db1ee42
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ set-manifest-pull-policy:
210
210
.PHONY : set-manifest-image
211
211
set-manifest-image :
212
212
$(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 )
214
214
215
215
# # --------------------------------------
216
216
# # Release
Original file line number Diff line number Diff line change 86
86
fieldRef :
87
87
fieldPath : metadata.uid
88
88
ports :
89
- - containerPort : 9440
89
+ - containerPort : 8081
90
90
protocol : TCP
91
91
name : healthz
92
92
livenessProbe :
You can’t perform that action at this time.
0 commit comments