Skip to content

Commit

Permalink
release artifacts for release v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Oct 5, 2023
1 parent 3e156e8 commit 22bea32
Show file tree
Hide file tree
Showing 5 changed files with 1,952 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export AWS_ACCOUNT_ID ?= $(shell aws sts get-caller-identity --query Account --o
export REGION ?= $(shell aws configure get region)
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
VERSION ?= $(shell git tag --sort=committerdate | tail -1)
VERSION ?= v0.0.17
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.
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Run through them again for a second cluster to use with the extended example sho
```
1. Run either `kubectl` or `helm` to deploy the controller:
```bash
kubectl apply -f examples/deploy-v0.0.16.yaml
kubectl apply -f examples/deploy-v0.0.17.yaml
```
or
```bash
Expand All @@ -79,7 +79,7 @@ Run through them again for a second cluster to use with the extended example sho
# Run helm with either install or upgrade
helm install gateway-api-controller \
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
--version=v0.0.16 \
--version=v0.0.17 \
--set=serviceAccount.create=false --namespace aws-application-networking-system \
# Region, clusterVpcId, awsAccountId are required for case where IMDS is NOT AVAILABLE, e.g Fargate
--set=awsRegion= \
Expand Down
Loading

0 comments on commit 22bea32

Please sign in to comment.