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

Commit e978919

Browse files
authored
Merge pull request #114 from christopherhein/cherrypick/113-controlplane-manifests
🍒 Cherry Pick 🐛 control plane manifests generated
2 parents 9c3fdb2 + b05bcd0 commit e978919

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)