Skip to content

Commit

Permalink
Merge pull request metal3-io#1102 from Nordix/lentzi90/fix-set-ironic…
Browse files Browse the repository at this point in the history
…-image

Fix make target for setting Ironic image
  • Loading branch information
metal3-io-bot authored Apr 1, 2022
2 parents 9bfb476 + 830e7c1 commit 1bf9684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ set-manifest-image-bmo: $(KUSTOMIZE) manifests
.PHONY: set-manifest-image-ironic
set-manifest-image-ironic: $(KUSTOMIZE) manifests
$(info Updating container image for Ironic to use ${MANIFEST_IMG}:${MANIFEST_TAG})
cd ironic-deployment/default && $(abspath $(KUSTOMIZE)) edit set image quay.io/metal3-io/ironic=${MANIFEST_IMG}:${MANIFEST_TAG}
cd ironic-deployment/ironic && $(abspath $(KUSTOMIZE)) edit set image quay.io/metal3-io/ironic=${MANIFEST_IMG}:${MANIFEST_TAG}

.PHONY: set-manifest-image-mariadb
set-manifest-image-mariadb: $(KUSTOMIZE) manifests
Expand Down

0 comments on commit 1bf9684

Please sign in to comment.