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 9355d85
Show file tree
Hide file tree
Showing 4 changed files with 1,951 additions and 16 deletions.
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 9355d85

Please sign in to comment.