Skip to content

Commit a9573d1

Browse files
authored
Merge pull request #383 from andrewsykim/v0.3.0
update CAPV image tag to 0.3.0
2 parents dd8599c + dc9070f commit a9573d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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