Skip to content

Commit d148b48

Browse files
detiberk8s-ci-robot
authored andcommitted
Rev manager image tag (#566)
1 parent a909e8d commit d148b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FASTBUILD ?= n ## Set FASTBUILD=y (case-sensitive) to skip some slow tasks
2222
## Image URL to use all building/pushing image targets
2323
STABLE_DOCKER_REPO ?= gcr.io/cluster-api-provider-aws
2424
MANAGER_IMAGE_NAME ?= cluster-api-aws-controller
25-
MANAGER_IMAGE_TAG ?= 0.0.3
25+
MANAGER_IMAGE_TAG ?= 0.0.4
2626
MANAGER_IMAGE ?= $(STABLE_DOCKER_REPO)/$(MANAGER_IMAGE_NAME):$(MANAGER_IMAGE_TAG)
2727
DEV_DOCKER_REPO ?= gcr.io/$(shell gcloud config get-value project)
2828
DEV_MANAGER_IMAGE ?= $(DEV_DOCKER_REPO)/$(MANAGER_IMAGE_NAME):$(MANAGER_IMAGE_TAG)

cmd/clusterctl/examples/aws/generate-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENVSUBST=${ENVSUBST:-envsubst}
2525
export CLUSTER_NAME="${CLUSTER_NAME:-test1}"
2626

2727
# 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}"
2929
export MANAGER_IMAGE_PULL_POLICY=${MANAGER_IMAGE_PULL_POLICY:-IfNotPresent}
3030

3131
# Machine settings.

0 commit comments

Comments
 (0)