Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort authored Oct 9, 2024
1 parent 91ad510 commit af68e55
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 @@ -98,7 +98,7 @@ endif
release: manifests kustomize
rm -rf release-$(VERSION)
mkdir -p release-$(VERSION)
IMG_SHA=$(docker inspect --format='{{index .RepoDigests 0}}' ${REGISTRY}/${IMG})
IMG_SHA=$(shell docker inspect --format='{{index .RepoDigests 0}}' ${REGISTRY}/${IMG})
cp default-cr.yaml release-$(VERSION)/cfapi-default-cr.yaml
$(KUSTOMIZE) build config/crd > release-$(VERSION)/cfapi-crd.yaml
pushd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG_SHA) && popd
Expand Down

0 comments on commit af68e55

Please sign in to comment.