Skip to content

Commit 9da65b6

Browse files
authored
Merge pull request #372 from andrewsykim/v0.3.0-alpha.2
Update to image tag to v0.3.0-beta.0
2 parents 8185935 + 6b72917 commit 9da65b6

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.1
30+
PRODUCTION_IMG ?= gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:0.3.0-beta.0
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)