This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ docker-push-core-manifest: ## Push the fat manifest docker image for the core im
286
286
docker manifest create --amend $(CONTROLLER_IMG ) :$(TAG ) $(shell echo $(ALL_ARCH ) | sed -e "s~[^ ]* ~$(CONTROLLER_IMG ) \-&:$(TAG ) ~g")
287
287
@for arch in $(ALL_ARCH ) ; do docker manifest annotate --arch $$ {arch} ${CONTROLLER_IMG} :${TAG} ${CONTROLLER_IMG} -$$ {arch}:${TAG} ; done
288
288
docker manifest push --purge $(CONTROLLER_IMG ) :$(TAG )
289
- $(MAKE ) set-manifest-image MANIFEST_IMG=$(CONTROLLER_IMG ) MANIFEST_TAG=$(TAG ) TARGET_RESOURCE=" ./config/manager /manager_image_patch.yaml"
290
- $(MAKE ) set-manifest-pull-policy TARGET_RESOURCE=" ./config/manager /manager_pull_policy.yaml"
289
+ $(MAKE ) set-manifest-image MANIFEST_IMG=$(CONTROLLER_IMG ) MANIFEST_TAG=$(TAG ) TARGET_RESOURCE=" ./config/default /manager_image_patch.yaml"
290
+ $(MAKE ) set-manifest-pull-policy TARGET_RESOURCE=" ./config/default /manager_pull_policy.yaml"
291
291
292
292
.PHONY : set-manifest-pull-policy
293
293
set-manifest-pull-policy :
@@ -319,8 +319,8 @@ release: clean-release ## Builds and push container images using the latest git
319
319
# Set the core manifest image to the production bucket.
320
320
$(MAKE ) set-manifest-image \
321
321
MANIFEST_IMG=$(PROD_REGISTRY ) /$(IMAGE_NAME ) MANIFEST_TAG=$(RELEASE_TAG ) \
322
- TARGET_RESOURCE=" ./config/manager /manager_image_patch.yaml"
323
- $(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE=" ./config/manager /manager_pull_policy.yaml"
322
+ TARGET_RESOURCE=" ./config/default /manager_image_patch.yaml"
323
+ $(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE=" ./config/default /manager_pull_policy.yaml"
324
324
# # Build the manifests
325
325
$(MAKE ) release-manifests clean-release-git
326
326
# # Build the development manifests
You can’t perform that action at this time.
0 commit comments