We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e15b75 commit db1ee42Copy full SHA for db1ee42
2 files changed
Makefile
@@ -210,7 +210,7 @@ set-manifest-pull-policy:
210
.PHONY: set-manifest-image
211
set-manifest-image:
212
$(info Updating kustomize image patch file for manager resource)
213
- 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)
214
215
## --------------------------------------
216
## Release
config/manager/manager.yaml
@@ -86,7 +86,7 @@ spec:
86
fieldRef:
87
fieldPath: metadata.uid
88
ports:
89
- - containerPort: 9440
+ - containerPort: 8081
90
protocol: TCP
91
name: healthz
92
livenessProbe:
0 commit comments