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:
parent
4f9da74121
commit
7227dd00ff
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
# Image URL to use all building/pushing image targets
|
# 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
|
# Produce CRDs that work back to Kubernetes 1.16
|
||||||
CRD_OPTIONS ?= crd:crdVersions=v1
|
CRD_OPTIONS ?= crd:crdVersions=v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue