We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd8599c + dc9070f commit a9573d1Copy full SHA for a9573d1
Makefile
@@ -27,7 +27,7 @@ CWD := $(abspath .)
27
SHELL := hack/shell-with-gopath.sh
28
29
# Image URL to use all building/pushing image targets
30
-PRODUCTION_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:0.3.0-beta.0
+PRODUCTION_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:0.3.0
31
CI_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider
32
CLUSTERCTL_CI_IMG ?= gcr.io/cnx-cluster-api/clusterctl
33
DEV_IMG ?= # <== NOTE: outside dev, change this!!!
0 commit comments