Skip to content

Commit bedf22c

Browse files
authored
Merge pull request #358 from akutz/feature/0.3.0-alpha.1
Update image to 0.3.0-alpha.1
2 parents b499afd + 853c7ff commit bedf22c

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
@@ -27,7 +27,7 @@ CWD := $(abspath .)
2727
SHELL := hack/shell-with-gopath.sh
2828

2929
# Image URL to use all building/pushing image targets
30-
PRODUCTION_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:0.3.0-alpha.0
30+
PRODUCTION_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:0.3.0-alpha.1
3131
CI_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider
3232
CLUSTERCTL_CI_IMG ?= gcr.io/cnx-cluster-api/clusterctl
3333
DEV_IMG ?= # <== NOTE: outside dev, change this!!!

0 commit comments

Comments
 (0)