We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ea1eb commit 95c25c2Copy full SHA for 95c25c2
Makefile
@@ -18,7 +18,7 @@ default: help
18
19
VERSION ?= 0.2.0
20
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
21
-IMAGE_TAG ?= "latest"
+IMAGE_TAG ?= "dev"
22
23
GITSHA ?= $(shell git rev-parse --short=7 HEAD)
24
OSNAME ?= $(shell uname -s | tr A-Z a-z)
0 commit comments