File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,11 @@ manifest-modification-dev: # Set the manifest images to the staging bucket.
881
881
MANIFEST_IMG=$(REGISTRY ) /$(CAPD_IMAGE_NAME ) MANIFEST_TAG=$(RELEASE_TAG ) \
882
882
TARGET_RESOURCE=" $( CAPD_DIR) /config/default/manager_image_patch.yaml"
883
883
$(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE=" $( CAPD_DIR) /config/default/manager_pull_policy.yaml"
884
+ $(MAKE ) set-manifest-image \
885
+ MANIFEST_IMG=$(REGISTRY ) /$(TEST_EXTENSION_IMAGE_NAME ) MANIFEST_TAG=$(RELEASE_TAG ) \
886
+ TARGET_RESOURCE=" $( TEST_EXTENSION_DIR) /config/default/manager_image_patch.yaml"
887
+ $(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE=" $( CAPD_DIR) /config/default/manager_pull_policy.yaml"
888
+
884
889
885
890
886
891
.PHONY : release-manifests
@@ -908,6 +913,9 @@ release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) $(RUNTIME_OPENAPI_GEN) ## Build t
908
913
release-manifests-dev : $(RELEASE_DIR ) $(KUSTOMIZE ) # # Build the development manifests and copies them in the release folder
909
914
cd $(CAPD_DIR ) ; $(KUSTOMIZE ) build config/default > ../../../$(RELEASE_DIR ) /infrastructure-components-development.yaml
910
915
cp $(CAPD_DIR ) /templates/* $(RELEASE_DIR ) /
916
+ cd $(TEST_EXTENSION_DIR ) ; $(KUSTOMIZE ) build config/default > ../../$(RELEASE_DIR ) /runtime-extension-components-development.yaml
917
+ cp $(CAPD_DIR ) /templates/* $(RELEASE_DIR ) /
918
+
911
919
912
920
.PHONY : release-binaries
913
921
release-binaries : # # Build the binaries to publish with a release
You can’t perform that action at this time.
0 commit comments