Line up $IMG in Makefile with convention

This changes the value of $IMG in the Makefile to line up with other
GitOps toolkit controllers. The main effect is the the `kustomize edit
image` commands used in the deploy and dev-deploy targets will now set
the image tag, rather than let it stay at whatever the last release
was.

Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
Michael Bridgen 2020-12-08 10:17:47 +00:00
parent 4f9da74121
commit 7227dd00ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets
IMG ?= fluxcd/image-automation-controller
IMG ?= fluxcd/image-automation-controller:latest
# Produce CRDs that work back to Kubernetes 1.16
CRD_OPTIONS ?= crd:crdVersions=v1