Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit b05bcd0

Browse files
🐛 control plane manifests generated
Signed-off-by: Chris Hein <[email protected]>
1 parent 9c3fdb2 commit b05bcd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ release: clean-release ## Builds and push container images using the latest git
329329
MANIFEST_IMG=$(PROD_REGISTRY)/$(IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \
330330
TARGET_RESOURCE="./config/default/manager_image_patch.yaml"
331331
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./config/default/manager_pull_policy.yaml"
332+
# Set the control plane manifest image to the production bucket.
333+
$(MAKE) set-manifest-image \
334+
MANIFEST_IMG=$(PROD_REGISTRY)/$(IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \
335+
TARGET_RESOURCE="./controlplane/nested/config/default/manager_image_patch.yaml"
336+
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./controlplane/nested/config/default/manager_pull_policy.yaml"
332337
## Build the manifests
333338
$(MAKE) release-manifests clean-release-git
334339

0 commit comments

Comments
 (0)