Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export AWS_ACCOUNT_ID ?= $(shell aws sts get-caller-identity --query Account --o

# Image URL to use all building/pushing image targets
IMG ?= controller:latest
ECRIMAGES ?=public.ecr.aws/m7r9p7b3/aws-gateway-controller:latest
VERSION ?= $(shell git tag --sort=committerdate | tail -1)
ECRIMAGES ?=public.ecr.aws/m7r9p7b3/aws-gateway-controller:${VERSION}

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.22
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ configMapGenerator:
images:
- name: controller
newName: public.ecr.aws/m7r9p7b3/aws-gateway-controller
newTag: latest
newTag: v0.0.3