Skip to content

Commit 7227dd0

Browse files
committed
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 <[email protected]>
1 parent 4f9da74 commit 7227dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= fluxcd/image-automation-controller
2+
IMG ?= fluxcd/image-automation-controller:latest
33
# Produce CRDs that work back to Kubernetes 1.16
44
CRD_OPTIONS ?= crd:crdVersions=v1
55

0 commit comments

Comments
 (0)