File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/clusterctl/examples/aws Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FASTBUILD ?= n ## Set FASTBUILD=y (case-sensitive) to skip some slow tasks
22
22
# # Image URL to use all building/pushing image targets
23
23
STABLE_DOCKER_REPO ?= gcr.io/cluster-api-provider-aws
24
24
MANAGER_IMAGE_NAME ?= cluster-api-aws-controller
25
- MANAGER_IMAGE_TAG ?= 0.0.3
25
+ MANAGER_IMAGE_TAG ?= 0.0.4
26
26
MANAGER_IMAGE ?= $(STABLE_DOCKER_REPO ) /$(MANAGER_IMAGE_NAME ) :$(MANAGER_IMAGE_TAG )
27
27
DEV_DOCKER_REPO ?= gcr.io/$(shell gcloud config get-value project)
28
28
DEV_MANAGER_IMAGE ?= $(DEV_DOCKER_REPO ) /$(MANAGER_IMAGE_NAME ) :$(MANAGER_IMAGE_TAG )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENVSUBST=${ENVSUBST:-envsubst}
25
25
export CLUSTER_NAME=" ${CLUSTER_NAME:- test1} "
26
26
27
27
# Manager image.
28
- export MANAGER_IMAGE=" ${MANAGER_IMAGE:- gcr.io/ cluster-api-provider-aws/ cluster-api-aws-controller: 0.0.3 } "
28
+ export MANAGER_IMAGE=" ${MANAGER_IMAGE:- gcr.io/ cluster-api-provider-aws/ cluster-api-aws-controller: 0.0.4 } "
29
29
export MANAGER_IMAGE_PULL_POLICY=${MANAGER_IMAGE_PULL_POLICY:- IfNotPresent}
30
30
31
31
# Machine settings.
You can’t perform that action at this time.
0 commit comments